summaryrefslogtreecommitdiff
path: root/src/lib/ares_expand_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ares_expand_string.c')
-rw-r--r--src/lib/ares_expand_string.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/ares_expand_string.c b/src/lib/ares_expand_string.c
index d35df75..03e3929 100644
--- a/src/lib/ares_expand_string.c
+++ b/src/lib/ares_expand_string.c
@@ -19,11 +19,8 @@
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
-#ifdef HAVE_ARPA_NAMESER_H
-# include <arpa/nameser.h>
-#else
-# include "nameser.h"
-#endif
+
+#include "ares_nameser.h"
#include "ares.h"
#include "ares_private.h" /* for the memdebug */