From 67256f9da1cd43a31e3e703d15fbd4cf75c23923 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 17 Mar 2014 00:47:45 +0100 Subject: [PATCH] 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. --- configure.ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ng b/configure.ng index 5f85a4dd..bd40694f 100644 --- a/configure.ng +++ b/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 -- 2.39.2