summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-04-29 00:42:31 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:35 -0400
commit1ce869402f1fc7629bf776a7b07d41a071a066d6 (patch)
treeddeb3f0efec2fa209f3b833bedc7263e29cb0356
parentb5d4f86fe484fd5a8e14dfcc6d97d976f89e57a7 (diff)
downloadlighttpd-git-1ce869402f1fc7629bf776a7b07d41a071a066d6.tar.gz
[core] _WIN32 compile fix
-rw-r--r--src/fdevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdevent.c b/src/fdevent.c
index c3d70340..bcfbec6a 100644
--- a/src/fdevent.c
+++ b/src/fdevent.c
@@ -717,7 +717,7 @@ int fdevent_set_so_reuseaddr (const int fd, const int opt)
}
-#include <sys/stat.h>
+#include "sys-stat.h"
#include "ck.h"
#include "log.h"
__attribute_cold__ /*(convenience routine for use at config at startup)*/