Added include for inet_net_pton.h to ares__get_hostent.c
authorDominick Meglio <dcm5151@esu.edu>
Fri, 8 Apr 2005 16:22:51 +0000 (16:22 +0000)
committerDominick Meglio <dcm5151@esu.edu>
Fri, 8 Apr 2005 16:22:51 +0000 (16:22 +0000)
ares/ares__get_hostent.c

index 29df0dd..ca6f2f1 100644 (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)
 {