Commit 45df2237 by Aki Koskinen

Include ws2tcpip.h in order to get in6_addr

It's currently required in src/openssl_stream.c only.
parent ec032442
......@@ -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"
......
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