Commit Diff


commit - 2e13e821f89d38ebb3b6b90d44f1a40f9c61fb31
commit + 4dd1c31dc70e97015f6bff4344de30742db073e8
blob - 627e6d3fbf22557d695478ffe2a507b5fafe2a4d
blob + 5853926e4df98dfc02a4c6e80e16f39135b7dca4
--- src/ngircd/conf.c
+++ 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"