diff options
| author | Aki Koskinen <aki@secondlion.fi> | 2015-02-27 10:53:39 +0200 |
|---|---|---|
| committer | Aki Koskinen <aki@secondlion.fi> | 2015-03-02 11:15:32 +0200 |
| commit | 45df2237bfe4bcb9df1c2f68b0d47ef0e4f3f78d (patch) | |
| tree | 3aad62a66084ed6dac3103090b5caf9297d58aca /src/common.h | |
| parent | ec0324422705875e84eb1afdeae36a4e1db5f467 (diff) | |
| download | libgit2-45df2237bfe4bcb9df1c2f68b0d47ef0e4f3f78d.tar.gz | |
Include ws2tcpip.h in order to get in6_addr
It's currently required in src/openssl_stream.c only.
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 98109ae3a..cdfc13657 100644 --- a/src/common.h +++ b/src/common.h @@ -38,6 +38,7 @@ # include <direct.h> # include <winsock2.h> # include <windows.h> +# include <ws2tcpip.h> # include "win32/msvc-compat.h" # include "win32/mingw-compat.h" # include "win32/error.h" |
