add needed include
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Apr 2005 21:51:46 +0000 (21:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Apr 2005 21:51:46 +0000 (21:51 +0000)
inet_net_pton.c

index e1135b0..f22ce91 100644 (file)
@@ -45,6 +45,7 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include "ares_ipv6.h"
 #include "inet_net_pton.h"
 
 #if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6) || \