diff --git a/simgear/threads/SGThread.cxx b/simgear/threads/SGThread.cxx index c6d016a0..484cce1d 100644 --- a/simgear/threads/SGThread.cxx +++ b/simgear/threads/SGThread.cxx @@ -5,6 +5,9 @@ #else # include #endif +#if _MSC_VER >= 1300 +# include "winsock2.h" +#endif #include "SGThread.hxx"