Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common.h1
-rw-r--r--src/netops.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index e2a300291..419a8d06b 100644
--- a/src/common.h
+++ b/src/common.h
@@ -24,6 +24,7 @@
# include <io.h>
# include <direct.h>
+# include <winsock2.h>
# include <windows.h>
# include "win32/msvc-compat.h"
# include "win32/mingw-compat.h"
diff --git a/src/netops.c b/src/netops.c
index e6f3e5627..32554743f 100644
--- a/src/netops.c
+++ b/src/netops.c
@@ -12,7 +12,6 @@
# include <netdb.h>
# include <arpa/inet.h>
#else
-# include <winsock2.h>
# include <ws2tcpip.h>
# ifdef _MSC_VER
# pragma comment(lib, "ws2_32.lib")