summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-02-17 18:52:10 +0100
committerRuediger Meier2016-02-18 16:54:17 +0100
commit66daee0765d26d6aa898d7b9358992be305a778b (patch)
tree264ac3ea696b271fddf00b22dab1770af0b717c7 /configure.ac
parentlib: define LOGIN_NAME_MAX fallback (diff)
downloadkernel-qcow2-util-linux-66daee0765d26d6aa898d7b9358992be305a778b.tar.gz
kernel-qcow2-util-linux-66daee0765d26d6aa898d7b9358992be305a778b.tar.xz
kernel-qcow2-util-linux-66daee0765d26d6aa898d7b9358992be305a778b.zip
include: check for sys/sysmacros.h
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5cee8cfa4..535df03fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,6 +244,7 @@ AC_CHECK_HEADERS([ \
sys/socket.h \
sys/sockio.h \
sys/stat.h \
+ sys/sysmacros.h \
sys/swap.h \
sys/syscall.h \
sys/time.h \