Include sys/uio.h to fix OpenBSD build problem (closes #391)

This commit is contained in:
Keith Winstein
2013-03-10 16:58:16 -04:00
parent 770e4208cc
commit 1bd38e6dab
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -176,6 +176,7 @@ 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])
AC_CHECK_HEADERS([sys/uio.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL