1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Added include for inet_net_pton.h to ares__get_hostent.c

This commit is contained in:
Dominick Meglio 2005-04-08 16:22:51 +00:00
parent a7ba0d908d
commit a9b7c3531c

View File

@ -30,6 +30,7 @@
#include "ares.h" #include "ares.h"
#include "ares_private.h" #include "ares_private.h"
#include "inet_net_pton.h"
int ares__get_hostent(FILE *fp, int family, struct hostent **host) int ares__get_hostent(FILE *fp, int family, struct hostent **host)
{ {