push
[NextIRCd.git] / src / tools.c
index 3fa6706148932740bd28b52a2cfca3707bd83040..c639a25803b18b1a77f60b2eb46063c7aac83f24 100644 (file)
@@ -21,6 +21,9 @@
 
 #ifdef WIN32
 #include <windows.h>
+#else
+#include <sys/stat.h>
+#include <fcntl.h>
 #endif
 
 int stricmp (const char *s1, const char *s2) {