Added include for inet_net_pton.h to ares__get_hostent.c

pull/1/head
Dominick Meglio 20 years ago
parent 29d71bd499
commit e55c48b8cf
  1. 1
      ares__get_hostent.c

@ -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)
{

Loading…
Cancel
Save