From 41563607a841bd1a34bc484486502ce48b6f94e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Apr 2005 14:02:37 +0000 Subject: moved the *_inet_pton protos to inet_net_pton.h instead --- ares/inet_net_pton.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ares/inet_net_pton.c') 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 #include +#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) -- cgit v1.2.3