diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-06 14:02:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-06 14:02:37 +0000 |
commit | e10e4843c6646c10790d857ce3ed63af6fc3e1ab (patch) | |
tree | 671086ab7f2df79a429c953f611a67b8f5dd3b80 /inet_net_pton.c | |
parent | 06e8c9fe3fe0f4e46860ec54354fcaff12546b0f (diff) | |
download | c-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.c | 2 |
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) |