Commit a9b7c353 authored by Dominick Meglio's avatar Dominick Meglio
Browse files

Added include for inet_net_pton.h to ares__get_hostent.c

parent a7ba0d90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{