From: mar Date: Sat, 17 Mar 1990 00:35:05 +0000 (+0000) Subject: make sure AIX gets the right resolv.h X-Git-Tag: release77~961 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/acb489e26c691f312ff5c4c82bbca215a1f338bd make sure AIX gets the right resolv.h --- 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