summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-06-26 17:31:14 -0700
committerArun Raghavan <arun@arunraghavan.net>2019-07-01 01:37:04 +0000
commit9901a26d950bc1a4df66c1c7965d4210d092f3dc (patch)
treef808edb37e279b688dd1a05af74cc3b506481181
parente64f8a5e429c8e0fcf6f7e71471661ccf58298d4 (diff)
meson: check for sys/filio.h
Needed for FIONREAD on Solaris Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ef20907c9..7cb2a8918 100644
--- a/meson.build
+++ b/meson.build
@@ -165,6 +165,7 @@ check_headers = [
'sys/capability.h',
'sys/eventfd.h',
'sys/ioctl.h',
+ 'sys/filio.h',
'sys/mman.h',
'sys/prctl.h',
'sys/resource.h',