summaryrefslogtreecommitdiff
path: root/src/gw_backend.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-04-09 23:55:43 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:34 -0400
commit2695a8b2e21ab7c4c16b7dddb6fff53a4797b98c (patch)
tree90605c43039fc0d6bbe318c6f545868b3db3b0b9 /src/gw_backend.c
parentd7bbd70bd10e429c18df273dd060006a69a91d1e (diff)
downloadlighttpd-git-2695a8b2e21ab7c4c16b7dddb6fff53a4797b98c.tar.gz
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
(selective implementations; not complete)
Diffstat (limited to 'src/gw_backend.c')
-rw-r--r--src/gw_backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gw_backend.c b/src/gw_backend.c
index c5b0ddda..1038da92 100644
--- a/src/gw_backend.c
+++ b/src/gw_backend.c
@@ -11,6 +11,7 @@
#include <sys/types.h>
#include "sys-socket.h"
#include "sys-stat.h"
+#include "sys-unistd.h" /* <unistd.h> */
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
@@ -25,7 +26,6 @@
#include <stdlib.h>
#include <signal.h>
#include <string.h>
-#include <unistd.h>
#ifndef SIGKILL
#define SIGKILL 9