]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/array.c
Update #include's: remove unused and add missing ones
[ngircd-alex.git] / src / ngircd / array.c
index ad4f8dac7cda4a57fd5f57a4901829872900e4ac..af66edd9305580aea5b53471a00a1300bfe0aaac 100644 (file)
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
-#include "log.h"
+#ifdef DEBUG_ARRAY
+# include "log.h"
+#endif
 
 /* Enable more Debug messages in alloc / append / memmove code. */
 /* #define DEBUG_ARRAY */