meson: Add a check for sys/eventfd.h header
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Wed, 31 Oct 2018 05:32:39 +0000 (12:32 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Sat, 8 Jun 2019 08:32:14 +0000 (10:32 +0200)
This test is present in the configure.ac, it was forgotten in
meson.build.

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
meson.build

index 4228cee..4b85d61 100644 (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',