Commit d95c949a by Aki Koskinen

Include ws2tcpip.h in order to get in6_addr

It's currently required in src/openssl_stream.c only.
parent e1314dd6
......@@ -33,6 +33,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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment