aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-24 13:54:50 +0200
committerWynn Wolf Arbor2020-05-24 14:05:54 +0200
commit420f9ad56e80e0dbd024eefd61eeafed4265742d (patch)
tree76c406b09a0dee4f0c933aa717f77b94eb9e52a3
parent4c6c56dee8e9312ebfb43f6572168c27b4c4f764 (diff)
downloadslowcgi-420f9ad56e80e0dbd024eefd61eeafed4265742d.tar.gz
Include grp.h
This is needed for setgroups(2)
-rw-r--r--slowcgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slowcgi.c b/slowcgi.c
index b7d9908..2ca70ba 100644
--- a/slowcgi.c
+++ b/slowcgi.c
@@ -37,6 +37,7 @@
#include <string.h>
#include <syslog.h>
#include <unistd.h>
+#include <grp.h>
#include "queue.h"