From 082d9aed0e4bcd4a0f2b605385ca3a6a69742ed2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 20 Jun 1996 05:16:36 +0000 Subject: [PATCH] now includes netgroup.h --- parse.c | 3 +++ testsudoers.c | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.40.0