diff options
author | Wynn Wolf Arbor | 2020-05-24 13:54:50 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-24 14:05:54 +0200 |
commit | 420f9ad56e80e0dbd024eefd61eeafed4265742d (patch) | |
tree | 76c406b09a0dee4f0c933aa717f77b94eb9e52a3 /slowcgi.c | |
parent | 4c6c56dee8e9312ebfb43f6572168c27b4c4f764 (diff) | |
download | slowcgi-420f9ad56e80e0dbd024eefd61eeafed4265742d.tar.gz |
Include grp.h
This is needed for setgroups(2)
Diffstat (limited to 'slowcgi.c')
-rw-r--r-- | slowcgi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include <string.h> #include <syslog.h> #include <unistd.h> +#include <grp.h> #include "queue.h" |