From 0f58db39408c7d6e07089e6b2a72a6c8ef06b15d Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sat, 12 Apr 2014 11:10:35 +0800 Subject: [PATCH] windows ipv6 add necessary header Thanks to Marjan and Joakim https://github.com/warmcat/libwebsockets/issues/108#issuecomment-40075600 Signed-off-by: Andy Green --- lib/private-libwebsockets.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index c65d365..26c3030 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -83,6 +83,9 @@ #include #include #include +#ifdef LWS_USE_IPV6 +#include +#endif #include #ifndef __func__ -- 2.7.4