mirror of
https://github.com/osmarks/ngircd.git
synced 2025-03-27 19:26:55 +00:00
configure[.ng]: <sys/types.h> is a required header file
ngIRCd already includes <sys/types.h> in a lot of places without checking for its existence (for example in "ngircd.c", "io.c", ...), therefore make it a required header file.
This commit is contained in:
parent
7b10a0e4ee
commit
67256f9da1
@ -155,7 +155,7 @@ AC_HEADER_TIME
|
||||
# Required header files
|
||||
AC_CHECK_HEADERS([ \
|
||||
fcntl.h netdb.h netinet/in.h stdlib.h string.h \
|
||||
strings.h sys/socket.h sys/time.h unistd.h \
|
||||
strings.h sys/socket.h sys/time.h sys/types.h unistd.h \
|
||||
],,AC_MSG_ERROR([required C header missing!]))
|
||||
|
||||
# Optional header files
|
||||
|
Loading…
x
Reference in New Issue
Block a user