linux: include grp.h for setgroups()
This commit is contained in:
parent
fd35e7a0bd
commit
bfba45d285
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user