meson: check for sys/filio.h

Needed for FIONREAD on Solaris

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2019-06-26 17:31:14 -07:00 committed by Arun Raghavan
parent e64f8a5e42
commit 9901a26d95

View file

@ -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',