fixed WIN32 compatibility
[NeonServV5.git] / src / main.h
index 51986150719b5914edb794ed0d7c5850c234f026..3ffae355d1dcf5ec10b28c35d1cfde458eea0cc7 100644 (file)
@@ -32,6 +32,7 @@
 #ifdef WIN32
 #include <windows.h>
 #include <winsock2.h>
+#include <malloc.h>
 #else
 #include <sys/types.h>
 #include <sys/socket.h>