made cmd_extscript WIN32 compatible
[NeonServV5.git] / src / main.h
index 2b31e62edefaa2cacd26a89f57441337c6461736..a2e9af1352a535e547778cbe3dfae90ce14dbaa0 100644 (file)
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
+#include <sys/wait.h>
 #endif
 #include <unistd.h>
 #include <stdarg.h>
 #include <sys/time.h>
-#include <sys/wait.h>
 #include <time.h>
 
 #if __GNUC__