From da95b0ea5824c7035030f35e27eed6a85d09db0d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 23 Aug 2011 10:14:52 -0400 Subject: [PATCH] setgroups() proto lives in grp.h on RHEL4, perhaps others. --- common/setgroups.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/setgroups.c b/common/setgroups.c index c469d20b3..2c42816f1 100644 --- a/common/setgroups.c +++ b/common/setgroups.c @@ -32,6 +32,7 @@ # include #endif /* HAVE_UNISTD_H */ #include +#include #include #include "missing.h" -- 2.40.0