summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-02-17 23:28:52 +0100
committerRuediger Meier2016-02-18 16:54:32 +0100
commitac1c53e4519007955c6b51e1e87620a86e8f7f53 (patch)
treebe0ccce3cf9a0d689e08302be2af1df8626958c9 /configure.ac
parentlib: remove unused variable (diff)
downloadkernel-qcow2-util-linux-ac1c53e4519007955c6b51e1e87620a86e8f7f53.tar.gz
kernel-qcow2-util-linux-ac1c53e4519007955c6b51e1e87620a86e8f7f53.tar.xz
kernel-qcow2-util-linux-ac1c53e4519007955c6b51e1e87620a86e8f7f53.zip
lib: fix ismounted includes for FreeBSD
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 535df03fb..227ba253f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,6 +237,7 @@ AC_CHECK_HEADERS([ \
sys/ioccom.h \
sys/ioctl.h \
sys/mkdev.h \
+ sys/mount.h \
sys/param.h \
sys/prctl.h \
sys/queue.h \
@@ -251,6 +252,7 @@ AC_CHECK_HEADERS([ \
sys/timex.h \
sys/ttydefaults.h \
sys/types.h \
+ sys/ucred.h \
sys/un.h \
unistd.h \
])