aboutsummaryrefslogtreecommitdiff
path: root/ares/ahost.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-03-05 20:01:47 +0000
committerYang Tse <yangsita@gmail.com>2010-03-05 20:01:47 +0000
commit21f331ead265b1f02ae14fd03e9af53ea5b7bd55 (patch)
tree9fdbad31d74347d11a34d0121fd9b840dd5e1413 /ares/ahost.c
parentf9337470882125288606676534e701c71fc1014b (diff)
Added IPv6 name servers support
Diffstat (limited to 'ares/ahost.c')
-rw-r--r--ares/ahost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ahost.c b/ares/ahost.c
index ce5d35903..f49930639 100644
--- a/ares/ahost.c
+++ b/ares/ahost.c
@@ -69,7 +69,7 @@ int main(int argc, char **argv)
fd_set read_fds, write_fds;
struct timeval *tvp, tv;
struct in_addr addr4;
- struct in6_addr addr6;
+ struct ares_in6_addr addr6;
#ifdef USE_WINSOCK
WORD wVersionRequested = MAKEWORD(USE_WINSOCK,USE_WINSOCK);