aboutsummaryrefslogtreecommitdiff
path: root/ares/inet_ntop.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/inet_ntop.c
parentf9337470882125288606676534e701c71fc1014b (diff)
Added IPv6 name servers support
Diffstat (limited to 'ares/inet_ntop.c')
-rw-r--r--ares/inet_ntop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/inet_ntop.c b/ares/inet_ntop.c
index b3061774e..3b3539780 100644
--- a/ares/inet_ntop.c
+++ b/ares/inet_ntop.c
@@ -42,6 +42,7 @@
#include <string.h>
#include <stdlib.h>
+#include "ares.h"
#include "ares_ipv6.h"
#include "inet_ntop.h"