From da1f45287303098b4ab55510d5b00a201884e50f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 28 Sep 2001 14:35:34 +0000 Subject: Prevent UID lossage because of the DNS lookups getting moved. svn path=/trunk/; revision=3497 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 080db5b3..bd05eea9 100644 --- a/driver.c +++ b/driver.c @@ -32,10 +32,10 @@ #include #endif -#ifdef HAVE_RES_SEARCH +#if defined(HAVE_RES_SEARCH) || defined(HAVE_GETHOSTBYNAME) #include #include "mx.h" -#endif /* HAVE_RES_SEARCH */ +#endif /* defined(HAVE_RES_SEARCH) || defined(HAVE_GETHOSTBYNAME) */ #include "kerberos.h" #ifdef KERBEROS_V4 -- cgit v1.2.3