diff options
author | Anna “CyberTailor” <cyber@sysrq.in> | 2022-12-24 08:41:09 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-12-24 08:41:09 +0000 |
commit | c9e97a6ecb4acc6796468cf6bf1f31e8dc172694 (patch) | |
tree | 4eec4b309bb293d67522b8599bfebf6595a48b73 | |
parent | 837156014c5dc5746ecfcc00e5b02db16cb90f67 (diff) |
include grp.h for setgroup(2) on linux
-rw-r--r-- | gmid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |