check for sys/ioctl.h and also stropts.h

This commit is contained in:
danmc 2006-10-12 02:44:36 +00:00
parent 1979bd2f15
commit bbaf00c771
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ AC_TYPE_SIGNAL
dnl Check for a few libraries and headers:
AC_HEADER_DIRENT
AC_CHECK_HEADERS(ctype.h unistd.h pwd.h fcntl.h string.h)
AC_CHECK_HEADERS(ctype.h unistd.h pwd.h fcntl.h string.h sys/ioctl.h stropts.h)
AC_HEADER_SYS_WAIT
AC_HEADER_STAT