mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
7f3eb533f4
commit
cf308f13db
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue