diff --git a/parse.lex b/parse.lex index ebc4c5d3b..772c630cd 100644 --- a/parse.lex +++ b/parse.lex @@ -40,9 +40,9 @@ static char rcsid[] = "$Id$"; #endif /* lint */ #include "config.h" -#ifdef HAVE_UNISTD_H +#if defined(HAVE_UNISTD_H) && defined(linux) #include -#endif /* HAVE_UNISTD_H */ +#endif /* HAVE_UNISTD_H && linux */ #ifdef HAVE_STRING_H #include #endif /* HAVE_STRING_H */