summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1996-06-20 05:16:36 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1996-06-20 05:16:36 +0000
commit549d8f5c9f0aeb87923f817d8c8c542f0ce661d7 (patch)
tree76ddfe47bbef6083cd3321a4acbcd190a4c31f1a /parse.c
parent1bc3df95599e74889b4d17e6251cbdbf52b1e438 (diff)
downloadsudo-549d8f5c9f0aeb87923f817d8c8c542f0ce661d7.tar.gz
now includes netgroup.h
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c3
1 files changed, 3 insertions, 0 deletions
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 <malloc.h>
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */
+#ifdef HAVE_NETGROUP_H
+# include <netgroup.h>
+#endif /* HAVE_NETGROUP_H */
#include <ctype.h>
#include <pwd.h>
#include <grp.h>