Include ws2tcpip.h in order to get in6_addr

It's currently required in src/openssl_stream.c only.
This commit is contained in:
Aki Koskinen 2015-02-27 10:53:39 +02:00
parent ec03244227
commit 45df2237bf

View File

@ -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"