aboutsummaryrefslogtreecommitdiffstats
path: root/slowcgi.c
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-05-24 13:53:40 +0200
committerWynn Wolf Arbor2020-05-24 14:05:54 +0200
commit4c6c56dee8e9312ebfb43f6572168c27b4c4f764 (patch)
tree98376137f1e631683098b23fa4ad5b6fafaaaadd /slowcgi.c
parent0822df4d5f9d4313c3dbfb54e9e4c5624fb705a5 (diff)
downloadslowcgi-4c6c56dee8e9312ebfb43f6572168c27b4c4f764.tar.gz
Add queue.h from OpenBSD
The original file location in the OpenBSD tree - sys/sys/queue.h
Diffstat (limited to 'slowcgi.c')
-rw-r--r--slowcgi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/slowcgi.c b/slowcgi.c
index a422918..b7d9908 100644
--- a/slowcgi.c
+++ b/slowcgi.c
@@ -18,7 +18,6 @@
#include <sys/types.h>
#include <sys/ioctl.h>
-#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
@@ -39,6 +38,8 @@
#include <syslog.h>
#include <unistd.h>
+#include "queue.h"
+
#ifdef strlcpy
#define HAVE_STRLCPY
#else