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
1 changed files with 1 additions and 0 deletions

View File

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