Module: ngircd.git Branch: master Commit: 4dd1c31dc70e97015f6bff4344de30742db073e8 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=4dd1c...
Author: Alexander Barton alex@barton.de Date: Tue Sep 11 14:36:34 2012 +0200
Don't check type.h availability, it is required
---
src/ngircd/conf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 627e6d3..5853926 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -18,6 +18,7 @@
#include "imp.h" #include <assert.h> +#include <ctype.h> #include <errno.h> #ifdef PROTOTYPES # include <stdarg.h> @@ -34,9 +35,6 @@ #include <sys/types.h> #include <unistd.h>
-#ifdef HAVE_CTYPE_H -# include <ctype.h> -#endif
#include "array.h" #include "ngircd.h"