summaryrefslogtreecommitdiff
path: root/ares_search.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
commitf214b583f5a0439f63258dd0c21b2a5045b822c8 (patch)
treef040ae2b7239873b6b7f32035c61a3b989ce1104 /ares_search.c
parent861ea67ee80d47634b9ad2474a354a61a42f7965 (diff)
downloadc-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.tar.gz
c-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.tar.bz2
c-ares-f214b583f5a0439f63258dd0c21b2a5045b822c8.zip
adjust inclusion of "nameser.h"
Diffstat (limited to 'ares_search.c')
-rw-r--r--ares_search.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ares_search.c b/ares_search.c
index c65f70f..3ba26fe 100644
--- a/ares_search.c
+++ b/ares_search.c
@@ -16,16 +16,13 @@
*/
#include "setup.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
-#if defined(WIN32) && !defined(WATT32)
-#include "nameser.h"
-#endif
-
#include "ares.h"
#include "ares_private.h"