diff options
author | Vicent Marti <vicent@github.com> | 2014-07-11 16:51:43 +0200 |
---|---|---|
committer | Vicent Marti <vicent@github.com> | 2014-07-11 16:51:43 +0200 |
commit | a6d7e166344cb0d9aa5ecca037a975f9f19e64f1 (patch) | |
tree | 9b168cabda8547388d976c793e38e3e25fe2411f /src/netops.c | |
parent | 44cfb6f387555722e84b0997ecff4718b40dd23f (diff) | |
parent | 59ceb432f310de9f26b368ae1b8cdee395e52a50 (diff) | |
download | libgit2-a6d7e166344cb0d9aa5ecca037a975f9f19e64f1.tar.gz |
Merge pull request #2466 from jacquesg/win2003-platform-sdk
Windows compatibility fixes
Diffstat (limited to 'src/netops.c')
-rw-r--r-- | src/netops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netops.c b/src/netops.c index 8a60299c2..fceb4fb74 100644 --- a/src/netops.c +++ b/src/netops.c @@ -13,6 +13,7 @@ # include <netinet/in.h> # include <arpa/inet.h> #else +# include <winsock2.h> # include <ws2tcpip.h> # ifdef _MSC_VER # pragma comment(lib, "ws2_32") |