1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

windows ipv6 add necessary header

Thanks to Marjan and Joakim

https://github.com/warmcat/libwebsockets/issues/108#issuecomment-40075600

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-04-12 11:10:35 +08:00
parent cdb9bf9bdd
commit 0f58db3940

View file

@ -83,6 +83,9 @@
#include <winsock2.h>
#include <windows.h>
#include <tchar.h>
#ifdef LWS_USE_IPV6
#include <in6addr.h>
#endif
#include <mstcpip.h>
#ifndef __func__