From: Gisle Vanem Date: Wed, 6 Apr 2005 18:58:33 +0000 (+0000) Subject: Include inet_net_pton.h for 'struct in6_addr'. Ideally this X-Git-Tag: curl-7_14_0~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c712b84dd529b49f0aece99c62e6cfb2d1633c4e;p=thirdparty%2Fcurl.git Include inet_net_pton.h for 'struct in6_addr'. Ideally this should come from , but Winsock 1.1 should suffice. --- diff --git a/ares/ares_parse_aaaa_reply.c b/ares/ares_parse_aaaa_reply.c index 575591ae50..df5f98cd62 100644 --- a/ares/ares_parse_aaaa_reply.c +++ b/ares/ares_parse_aaaa_reply.c @@ -30,6 +30,7 @@ #include #include "ares.h" #include "ares_dns.h" +#include "inet_net_pton.h" #include "ares_private.h" int ares_parse_aaaa_reply(const unsigned char *abuf, int alen,