From: Todd C. Miller Date: Sun, 24 Apr 2005 23:22:19 +0000 (+0000) Subject: include grp.h to silence a warning on Solaris X-Git-Tag: SUDO_1_7_0~647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ce5994d6c541307fac2fba6b542f5a99b22e692;p=sudo include grp.h to silence a warning on Solaris --- 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"