sys/tty.h (for sys/ptyvar.h) might need termios.h.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15062 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-03 10:55:36 +00:00
parent e4e152ebe7
commit 0c65c71652

View File

@@ -284,6 +284,7 @@ AC_CHECK_HEADERS([\
sys/un.h \
termcap.h \
termio.h \
termios.h \
time.h \
tmpdir.h \
udb.h \
@@ -301,6 +302,9 @@ AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
#endif])
AC_CHECK_HEADERS(sys/ptyvar.h, , , [AC_INCLUDES_DEFAULT
#if HAVE_TERMIOS_H
#include <termios.h>
#endif
#if HAVE_SYS_TTY_H
#include <sys/tty.h>
#endif])