]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/newsearch.l
LUA: add function for channel chanop notice
[irc/quakenet/newserv.git] / newsearch / newsearch.l
index 8aae0d6a6846c0ad2cc9fa862f49abef7449c1ef..043c6e03f8817ba12d2fc1a0534547d94a9903b2 100644 (file)
@@ -4,6 +4,9 @@
 
 #include <stdlib.h>
 #include <string.h>
+#ifndef __POSIX_VISIBLE
+#define fileno(x) 0
+#endif
 
 #include "../lib/sstring.h"