summaryrefslogtreecommitdiff
path: root/src/http-header-glue.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/http-header-glue.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/http-header-glue.c')
-rw-r--r--src/http-header-glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http-header-glue.c b/src/http-header-glue.c
index 0473d0d1..4c2b0c0d 100644
--- a/src/http-header-glue.c
+++ b/src/http-header-glue.c
@@ -22,7 +22,7 @@
#include <errno.h>
#include "sys-socket.h"
-#include <unistd.h>
+#include "sys-unistd.h" /* <unistd.h> */
/**
* max size of the HTTP response header from backends