meson: Add a check for sys/eventfd.h header

This test is present in the configure.ac, it was forgotten in
meson.build.

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-31 12:32:39 +07:00 committed by Arun Raghavan
parent 9a10eccea3
commit a144c25176

View file

@ -130,6 +130,7 @@ check_headers = [
'regex.h',
'sched.h',
'sys/capability.h',
'sys/eventfd.h',
'sys/ioctl.h',
'sys/mman.h',
'sys/prctl.h',