commit 67256f9da1cd43a31e3e703d15fbd4cf75c23923 from: Alexander Barton date: Sun Mar 16 23:52:11 2014 UTC configure[.ng]: is a required header file ngIRCd already includes in a lot of places without checking for its existence (for example in "ngircd.c", "io.c", ...), therefore make it a required header file. commit - 7b10a0e4ee64657e138dc9ef3a0d8a68c0e275f0 commit + 67256f9da1cd43a31e3e703d15fbd4cf75c23923 blob - 5f85a4dd5913fdc66dc29e67b34b161ddb83d6f9 blob + bd40694f3ccdef563aefa32803a2941b4cab1564 --- configure.ng +++ configure.ng @@ -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