]> granicus.if.org Git - sudo/commitdiff
include grp.h to silence a warning on Solaris
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 24 Apr 2005 23:22:19 +0000 (23:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 24 Apr 2005 23:22:19 +0000 (23:22 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 2c0fc1ad5db6bdba3a8a45d7bf42d30cd307a016..b4c4fdd56c37c10d252a7ebe74c8d83903952eca 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -42,6 +42,7 @@
 #endif /* HAVE_UNISTD_H */
 #include <ctype.h>
 #include <pwd.h>
+#include <grp.h>
 
 #include "sudo.h"
 #include "parse.h"