include grp.h for setgroup(2) on linux

This commit is contained in:
Anna “CyberTailor” 2022-12-24 08:41:09 +00:00 committed by Omar Polo
parent 837156014c
commit c9e97a6ecb
1 changed files with 1 additions and 0 deletions

1
gmid.c
View File

@ -23,6 +23,7 @@
#include <getopt.h>
#include <libgen.h>
#include <limits.h>
#include <grp.h>
#include <pwd.h>
#include <signal.h>
#include <string.h>