From f2058d6a9fc8c6a9ecaa2b6cfbff13671f084796 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Apr 2005 21:51:46 +0000 Subject: [PATCH] add needed include --- inet_net_pton.c | 1 + 1 file changed, 1 insertion(+) diff --git a/inet_net_pton.c b/inet_net_pton.c index e1135b0..f22ce91 100644 --- a/inet_net_pton.c +++ b/inet_net_pton.c @@ -45,6 +45,7 @@ #include #include +#include "ares_ipv6.h" #include "inet_net_pton.h" #if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6) || \ -- 2.7.4