diff options
Diffstat (limited to 'src/lib/inet_ntop.c')
-rw-r--r-- | src/lib/inet_ntop.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/inet_ntop.c b/src/lib/inet_ntop.c index 1935a87..6645c0a 100644 --- a/src/lib/inet_ntop.c +++ b/src/lib/inet_ntop.c @@ -23,14 +23,8 @@ #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 + +#include "ares_nameser.h" #include "ares.h" #include "ares_ipv6.h" |