From 420f9ad56e80e0dbd024eefd61eeafed4265742d Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sun, 24 May 2020 13:54:50 +0200 Subject: Include grp.h This is needed for setgroups(2) --- slowcgi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/slowcgi.c b/slowcgi.c index b7d9908..2ca70ba 100644 --- a/slowcgi.c +++ b/slowcgi.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "queue.h" -- cgit v1.2.3-2-gb3c3