2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

now includes netgroup.h

This commit is contained in:
Todd C. Miller
1996-06-20 05:16:36 +00:00
parent 79810c01e0
commit 082d9aed0e
2 changed files with 6 additions and 0 deletions

View File

@@ -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>