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:
parent
cdb9bf9bdd
commit
0f58db3940
1 changed files with 3 additions and 0 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue