Include inet_net_pton.h for 'struct in6_addr'. Ideally this

should come from <ws2tcpip.h>, but Winsock 1.1 should
suffice.
This commit is contained in:
Gisle Vanem 2005-04-06 18:58:33 +00:00
parent dcf8dd4b5e
commit c712b84dd5
1 changed files with 1 additions and 0 deletions

View 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,