summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2019-02-02 18:23:53 +0100
committerThomas Brand <tom@trellis.ch>2019-02-02 18:23:53 +0100
commit205e0d7b968a41ac3c8081e922cf76978b6ca166 (patch)
treec61f30bd4a1b36fd27fb7e8adcb4bc084e440b83
parent007220d0b1042c4b688fee55352eb1011b0ce81d (diff)
downloadjack2-205e0d7b968a41ac3c8081e922cf76978b6ca166.tar.gz
Use winsock2.h like everywhere else.
-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