aboutsummaryrefslogtreecommitdiffstats
path: root/slowcgi.c
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-24 13:55:36 +0200
committerWynn Wolf Arbor2020-05-24 14:05:54 +0200
commit687f61eb77d0878d752266ace8bb8933cf5f9556 (patch)
treecfa2c1f2cebce57cc8d212919cf3627dcad02284 /slowcgi.c
parent420f9ad56e80e0dbd024eefd61eeafed4265742d (diff)
downloadslowcgi-687f61eb77d0878d752266ace8bb8933cf5f9556.tar.gz
Add getdtablecount(2)
This was taken from https://github.com/Duncaen/lobase
Diffstat (limited to 'slowcgi.c')
-rw-r--r--slowcgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slowcgi.c b/slowcgi.c
index 2ca70ba..2ced6d1 100644
--- a/slowcgi.c
+++ b/slowcgi.c
@@ -39,6 +39,7 @@
#include <unistd.h>
#include <grp.h>
+#include "getdtablecount.h"
#include "queue.h"
#ifdef strlcpy