configure: add check for sys/ioctl.h

We currently get the sys/ioctl.h check indirectly
via GNULIB, but this will soon stop happening.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-01-17 16:24:26 +00:00
parent 7f3eb533f4
commit cf308f13db

View File

@ -386,6 +386,7 @@ AC_CHECK_HEADERS([\
pwd.h \
stdarg.h \
syslog.h \
sys/ioctl.h \
sys/mount.h \
sys/syscall.h \
sys/sysctl.h \