linux: include grp.h for setgroups()

This commit is contained in:
William Light 2014-02-20 15:50:56 +01:00
parent fd35e7a0bd
commit bfba45d285

View File

@ -40,6 +40,10 @@
extern char **environ;
#endif
#ifdef __linux__
# include <grp.h>
#endif
static QUEUE* uv__process_queue(uv_loop_t* loop, int pid) {
assert(pid > 0);