From e6b98d315254788e8fabceba840da3f6dfd6fbd5 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 19 Dec 2005 00:15:04 +0000 Subject: Undo previous change. This header file belongs to the public interface and the change could break the compilation of thrid party apps which link against this library. --- ares/ares.h | 5 ++++- ares/nameser.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'ares') diff --git a/ares/ares.h b/ares/ares.h index 695f8aafb..7f76112f7 100644 --- a/ares/ares.h +++ b/ares/ares.h @@ -31,7 +31,10 @@ #include #include #include -#elif !defined(WIN32) +#elif defined(WIN32) + #include + #include +#else #include #include #endif diff --git a/ares/nameser.h b/ares/nameser.h index 0ccbfd1c0..7127c2640 100644 --- a/ares/nameser.h +++ b/ares/nameser.h @@ -7,6 +7,7 @@ port build */ #ifndef NETWARE +#include #include /* for the _getpid() proto */ #endif /* !NETWARE */ #include -- cgit v1.2.3