Include inet_net_pton.h for 'struct in6_addr'. Ideally this
authorGisle Vanem <gvanem@broadpark.no>
Wed, 6 Apr 2005 18:58:33 +0000 (18:58 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Wed, 6 Apr 2005 18:58:33 +0000 (18:58 +0000)
should come from <ws2tcpip.h>, but Winsock 1.1 should
suffice.

ares/ares_parse_aaaa_reply.c

index 575591a..df5f98c 100644 (file)
@@ -30,6 +30,7 @@
 #include <string.h>
 #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,