Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / fileio.c
index 410110d3bbe2c6a0273a5e89bbec7cd7827500a7..e79936a15588a4e04663fa1348315106faaeebdb 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdio.h>              /* BUFSIZ, EOF */
 #include <sys/stat.h>           /* struct stat */
 #include <unistd.h>             /* read, write, open, close */
+#include <string.h>
 
 #define FB_EOF  0x01
 #define FB_FAIL 0x02