aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/process.c b/process.c
index ca061adde6..674b456bd8 100644
--- a/process.c
+++ b/process.c
@@ -85,6 +85,9 @@
#endif
#ifdef HAVE_GRP_H
#include <grp.h>
+# ifdef __CYGWIN__
+int initgroups(const char *, rb_gid_t);
+# endif
#endif
#ifdef HAVE_SYS_ID_H
#include <sys/id.h>