Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / fileio.c
index 38667868279b4837445f488bea02b211efa311db..2684a3808d037376fb14f59237de708ab397eabc 100644 (file)
@@ -26,8 +26,9 @@
 
 #include "fileio.h"
 #include "ircd_alloc.h"         /* MyMalloc, MyFree */
+#include "ircd_log.h"           /* assert */
 
-#include <assert.h>             /* assert */
+/* #include <assert.h> -- Now using assert in ircd_log.h */       /* assert */
 #include <fcntl.h>              /* O_RDONLY, O_WRONLY, ... */
 #include <stdio.h>              /* BUFSIZ, EOF */
 #include <sys/stat.h>           /* struct stat */