From 7ce5994d6c541307fac2fba6b542f5a99b22e692 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 24 Apr 2005 23:22:19 +0000 Subject: [PATCH] include grp.h to silence a warning on Solaris --- parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.c b/parse.c index 2c0fc1ad5..b4c4fdd56 100644 --- a/parse.c +++ b/parse.c @@ -42,6 +42,7 @@ #endif /* HAVE_UNISTD_H */ #include #include +#include #include "sudo.h" #include "parse.h" -- 2.50.1