Loading ares/ares_private.h +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ #define writev(s,v,c) writev_s(s,v,c) #endif #ifdef NETWARE #include <time.h> #endif #define DEFAULT_TIMEOUT 5 #define DEFAULT_TRIES 4 #ifndef INADDR_NONE Loading ares/ares_process.c +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #ifdef NETWARE #include <sys/filio.h> #endif #endif #include <string.h> Loading Loading
ares/ares_private.h +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ #define writev(s,v,c) writev_s(s,v,c) #endif #ifdef NETWARE #include <time.h> #endif #define DEFAULT_TIMEOUT 5 #define DEFAULT_TRIES 4 #ifndef INADDR_NONE Loading
ares/ares_process.c +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #endif #ifdef NETWARE #include <sys/filio.h> #endif #endif #include <string.h> Loading