Wrap termio.h include in guard

This commit is contained in:
Keith Winstein
2012-12-12 18:03:15 -05:00
parent 99dc1f93cf
commit 1034f7092a
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -181,6 +181,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h limits.h locale.h netinet/in.h
AC_CHECK_HEADERS([pty.h util.h libutil.h paths.h])
AC_CHECK_HEADERS([endian.h sys/endian.h])
AC_CHECK_HEADERS([utmpx.h])
AC_CHECK_HEADERS([termio.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL