aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_mkquery.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-17 01:02:57 +0000
committerYang Tse <yangsita@gmail.com>2008-09-17 01:02:57 +0000
commit39de6c784cf6282b675250d521b79da5e010a412 (patch)
tree3c768e8568c696640a2019e32d2767c4db056d88 /ares/ares_mkquery.c
parente5c4482088f327043e59a516490fbb36c5df926a (diff)
adjust inclusion of "nameser.h"
Diffstat (limited to 'ares/ares_mkquery.c')
-rw-r--r--ares/ares_mkquery.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/ares/ares_mkquery.c b/ares/ares_mkquery.c
index 739e235b7..a9c9187f7 100644
--- a/ares/ares_mkquery.c
+++ b/ares/ares_mkquery.c
@@ -17,18 +17,16 @@
#include "setup.h"
-#if defined(WIN32) && !defined(WATT32)
-#include "nameser.h"
-#else
#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
+# include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
-#include <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 <arpa/nameser_compat.h>
#endif
#include <stdlib.h>