diff --git a/library/net.c b/library/net.c index 05280002c..4c42f1109 100644 --- a/library/net.c +++ b/library/net.c @@ -35,6 +35,10 @@ #include #include +#if defined(POLARSSL_HAVE_IPV6) +#include +#endif + #if defined(_WIN32_WCE) #pragma comment( lib, "ws2.lib" ) #else