From a144c251762ef77d2cc05cd7365556b68fbc4c09 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Wed, 31 Oct 2018 12:32:39 +0700 Subject: 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 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4228cee5..4b85d61f 100644 --- a/meson.build +++ b/meson.build @@ -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', -- cgit 1.2.3-korg