summaryrefslogtreecommitdiff
path: root/src/stat_cache.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/stat_cache.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/stat_cache.c')
-rw-r--r--src/stat_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat_cache.c b/src/stat_cache.c
index f54c1faf..9db1d210 100644
--- a/src/stat_cache.c
+++ b/src/stat_cache.c
@@ -3,6 +3,7 @@
#include "stat_cache.h"
#include "sys-stat.h"
+#include "sys-unistd.h" /* <unistd.h> */
#include "log.h"
#include "fdevent.h"
@@ -12,7 +13,6 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <unistd.h>
#include <fcntl.h>
#if defined(HAVE_SYS_XATTR_H)