check for sys/ioctl.h and also stropts.h
This commit is contained in:
parent
1979bd2f15
commit
bbaf00c771
|
|
@ -379,7 +379,7 @@ AC_TYPE_SIGNAL
|
||||||
dnl Check for a few libraries and headers:
|
dnl Check for a few libraries and headers:
|
||||||
|
|
||||||
AC_HEADER_DIRENT
|
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_SYS_WAIT
|
||||||
AC_HEADER_STAT
|
AC_HEADER_STAT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue