summaryrefslogtreecommitdiff
path: root/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
commite10e4843c6646c10790d857ce3ed63af6fc3e1ab (patch)
tree671086ab7f2df79a429c953f611a67b8f5dd3b80 /inet_net_pton.c
parent06e8c9fe3fe0f4e46860ec54354fcaff12546b0f (diff)
downloadc-ares-e10e4843c6646c10790d857ce3ed63af6fc3e1ab.tar.gz
c-ares-e10e4843c6646c10790d857ce3ed63af6fc3e1ab.tar.bz2
c-ares-e10e4843c6646c10790d857ce3ed63af6fc3e1ab.zip
moved the *_inet_pton protos to inet_net_pton.h instead
Diffstat (limited to 'inet_net_pton.c')
-rw-r--r--inet_net_pton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/inet_net_pton.c b/inet_net_pton.c
index 2fa1100..6aeb620 100644
--- a/inet_net_pton.c
+++ b/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)