diff --git a/src/libthecore/socket.cpp b/src/libthecore/socket.cpp index db61f10..1a440fb 100644 --- a/src/libthecore/socket.cpp +++ b/src/libthecore/socket.cpp @@ -1,5 +1,7 @@ #include "stdafx.h" +#ifndef OS_WINDOWS #include +#endif /* Forwards */ void socket_lingeron(socket_t s);