diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-15 21:51:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-15 21:51:46 +0000 |
commit | 2fcbf13920a4f21aa3c5331a06287e2a37eaf10b (patch) | |
tree | 415ef55fa323472b20d29e41c95bc063f691de0e /ares | |
parent | 099ae315230def17ac698a23bc346578701b58fd (diff) |
add needed include
Diffstat (limited to 'ares')
-rw-r--r-- | ares/inet_net_pton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/inet_net_pton.c b/ares/inet_net_pton.c index e1135b07b..f22ce917a 100644 --- a/ares/inet_net_pton.c +++ b/ares/inet_net_pton.c @@ -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) || \ |