Add support for win32-pthreads in MSVC.NET

This commit is contained in:
ehofman
2003-09-13 11:33:49 +00:00
parent 1236d8be19
commit b30eb9c00c

View File

@@ -5,6 +5,9 @@
#else
# include <sys/time.h>
#endif
#if _MSC_VER >= 1300
# include "winsock2.h"
#endif
#include "SGThread.hxx"