summaryrefslogtreecommitdiff
path: root/src/mod_cgi.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-04-09 01:57:31 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:34 -0400
commit21eee1fad6554160daab6858591004af46bd83bb (patch)
treed99ba02b1c065a5004342ceaa59fb15ff7086f1c /src/mod_cgi.c
parent2695a8b2e21ab7c4c16b7dddb6fff53a4797b98c (diff)
downloadlighttpd-git-21eee1fad6554160daab6858591004af46bd83bb.tar.gz
[core] _WIN32 sys-wait.h to wrap <sys/wait.h>
Diffstat (limited to 'src/mod_cgi.c')
-rw-r--r--src/mod_cgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_cgi.c b/src/mod_cgi.c
index 1847da6e..f7228ce7 100644
--- a/src/mod_cgi.c
+++ b/src/mod_cgi.c
@@ -15,6 +15,7 @@
#include <sys/types.h>
#include "sys-socket.h"
#include "sys-unistd.h" /* <unistd.h> */
+#include "sys-wait.h"
#include <errno.h>
#include <stdlib.h>