From: Todd C. Miller Date: Thu, 20 Jun 1996 05:16:36 +0000 (+0000) Subject: now includes netgroup.h X-Git-Tag: SUDO_1_5_0~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=082d9aed0e4bcd4a0f2b605385ca3a6a69742ed2;p=sudo now includes netgroup.h --- diff --git a/parse.c b/parse.c index 7e7cc01b5..eb1031359 100644 --- a/parse.c +++ b/parse.c @@ -53,6 +53,9 @@ static char rcsid[] = "$Id$"; #if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS) # include #endif /* HAVE_MALLOC_H && !STDC_HEADERS */ +#ifdef HAVE_NETGROUP_H +# include +#endif /* HAVE_NETGROUP_H */ #include #include #include diff --git a/testsudoers.c b/testsudoers.c index 7d9eae0db..0a5c78658 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -50,6 +50,9 @@ static char rcsid[] = "$Id$"; #if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS) # include #endif /* HAVE_MALLOC_H && !STDC_HEADERS */ +#ifdef HAVE_NETGROUP_H +# include +#endif /* HAVE_NETGROUP_H */ #include #include #include