summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/netjack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/netjack.c b/common/netjack.c
index 76e5519d..a77c6ad7 100644
--- a/common/netjack.c
+++ b/common/netjack.c
@@ -41,7 +41,7 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#include <sys/types.h>
#ifdef WIN32
-#include <winsock.h>
+#include <winsock2.h>
#include <malloc.h>
#define socklen_t int
#else