Loading ares/ares_parse_srv_reply.c +17 −9 Original line number Diff line number Diff line Loading @@ -20,18 +20,26 @@ #include "setup.h" #if defined(WIN32) && !defined(WATT32) #include "nameser.h" #else #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #include <arpa/inet.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_ARPA_NAMESER_H # include <arpa/nameser.h> #else # include "nameser.h" #endif #ifdef HAVE_ARPA_NAMESER_COMPAT_H # include <arpa/nameser_compat.h> #endif #endif #include <stdlib.h> #include <string.h> Loading Loading
ares/ares_parse_srv_reply.c +17 −9 Original line number Diff line number Diff line Loading @@ -20,18 +20,26 @@ #include "setup.h" #if defined(WIN32) && !defined(WATT32) #include "nameser.h" #else #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #include <arpa/inet.h> #endif #ifdef HAVE_NETDB_H # include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #ifdef HAVE_ARPA_NAMESER_H # include <arpa/nameser.h> #else # include "nameser.h" #endif #ifdef HAVE_ARPA_NAMESER_COMPAT_H # include <arpa/nameser_compat.h> #endif #endif #include <stdlib.h> #include <string.h> Loading