From cf308f13dbdd2b74bef56d036bf69ab60cf153db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 17 Jan 2020 16:24:26 +0000 Subject: [PATCH] configure: add check for sys/ioctl.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We currently get the sys/ioctl.h check indirectly via GNULIB, but this will soon stop happening. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 75df326795..2cd0e7dcee 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ -- 2.47.2