2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

setgroups() proto lives in grp.h on RHEL4, perhaps others.

This commit is contained in:
Todd C. Miller 2011-08-23 10:14:52 -04:00
parent 64a57a2ee9
commit da95b0ea58

View File

@ -32,6 +32,7 @@
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <errno.h>
#include <grp.h>
#include <limits.h>
#include "missing.h"