diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-21 15:05:51 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-21 15:05:51 +0000 |
commit | 7857210368178b26b8f863a296094518aaff5174 (patch) | |
tree | 1a1812280b5cf2419144e17a9f401b83d5871d98 /src/core | |
parent | f35e3781a120937fcf00bacd35f8e891ae630a4a (diff) |
win32 updates
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/netserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netserver.h b/src/core/netserver.h index 647368e..7b27554 100644 --- a/src/core/netserver.h +++ b/src/core/netserver.h @@ -10,7 +10,7 @@ #ifndef _WIN32 #include <sys/select.h> #else -#include <windows.h> +#include <winsock2.h> #endif #include <list> |