fixed WIN32 compatibility
[NeonServV5.git] / src / overall.h
index 8f167e960993dfb498966f2cfd09608c6ad0831e..753ec2b9530fb75ba0e9445acf6c87058ab8fd75 100644 (file)
 #include <stdarg.h>
 #include <sys/time.h>
 #include <time.h>
+#include <signal.h>
+#ifdef SYNCHRONIZE
+//some winnt machines do already have a SYNCHRONIZE macro defined...
+#undef SYNCHRONIZE
+#endif
 #ifdef HAVE_THREADS
 #include <pthread.h>
 #ifdef WIN32