]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.c
Fixing memoserv crash/corruption bug in memo send
[irc/evilnet/x3.git] / src / opserv.c
index 62a5de40933ab8125b483f85aaa24eed2cc55e58..c3942df16c96ece5d65418f143d0ab7a468c6735 100644 (file)
@@ -29,6 +29,8 @@
 #include "saxdb.h"
 #include "shun.h"
 
+#include <regex.h>
+
 #ifdef HAVE_SYS_TIMES_H
 #include <sys/times.h>
 #endif
@@ -38,9 +40,7 @@
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif
-#ifdef HAVE_REGEX_H
-#include <regex.h>
-#endif
+
 
 #define OPSERV_CONF_NAME "services/opserv"