From e10e4843c6646c10790d857ce3ed63af6fc3e1ab 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 --- inet_net_pton.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inet_net_pton.c') 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 #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