aboutsummaryrefslogtreecommitdiff
path: root/ares/inet_net_pton.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-06 14:02:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-06 14:02:37 +0000
commit41563607a841bd1a34bc484486502ce48b6f94e7 (patch)
tree87032364ec979d450ea6fcb8d65ff9bc9f23dc11 /ares/inet_net_pton.c
parent2d4dcfb740a94d434f189da814f734ab8632af10 (diff)
moved the *_inet_pton protos to inet_net_pton.h instead
Diffstat (limited to 'ares/inet_net_pton.c')
-rw-r--r--ares/inet_net_pton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/inet_net_pton.c b/ares/inet_net_pton.c
index 2fa110047..6aeb620a9 100644
--- a/ares/inet_net_pton.c
+++ b/ares/inet_net_pton.c
@@ -45,6 +45,8 @@
#include <string.h>
#include <stdlib.h>
+#include "inet_net_pton.h"
+
#if !defined(HAVE_INET_NET_PTON) || !defined(HAVE_INET_NET_PTON_IPV6) || \
!defined(HAVE_INET_PTON) || !defined(HAVE_INET_PTON_IPV6)