summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Forney2013-10-03 11:39:17 +0200
committerKarel Zak2013-10-04 11:51:21 +0200
commit00c505d9cfedc02752d64bd61cf83d293b061c8d (patch)
tree1f3a98ff866108fd0d01f0f792ca4e1ac7322918 /configure.ac
parentbuild-sys: Use _POSIX_VERSION to determine support for %m (diff)
downloadkernel-qcow2-util-linux-00c505d9cfedc02752d64bd61cf83d293b061c8d.tar.gz
kernel-qcow2-util-linux-00c505d9cfedc02752d64bd61cf83d293b061c8d.tar.xz
kernel-qcow2-util-linux-00c505d9cfedc02752d64bd61cf83d293b061c8d.zip
include: Add missing includes
sys/types.h: For u_char typedef sys/params.h: For MAXNAMLEN sys/ttydefaults.h: For various tty definitions (also add configure check) Signed-off-by: Karel Zak <kzak@redhat.com>
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 95ff8b3d2..12d0babf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,6 +204,7 @@ AC_CHECK_HEADERS([ \
sys/swap.h \
sys/syscall.h \
sys/time.h \
+ sys/ttydefaults.h \
sys/types.h \
sys/un.h \
unistd.h \