From acb489e26c691f312ff5c4c82bbca215a1f338bd Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 17 Mar 1990 00:35:05 +0000 Subject: [PATCH] make sure AIX gets the right resolv.h --- lib/fixhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fixhost.c b/lib/fixhost.c index 2803aece..1d97d041 100644 --- a/lib/fixhost.c +++ b/lib/fixhost.c @@ -17,11 +17,11 @@ static char *rcsid_fixhost_c = "$Header$"; #include #include #include -#ifdef sun +#if defined(sun) || defined(AIX386) #include #else #include -#endif sun +#endif #include #include #include -- 2.45.2