summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-11-26 15:10:56 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:34 -0400
commit1ab46d43bc5753a42f8543234f94f7abc152d228 (patch)
treeba04a9852462be74bfc39d0a70b35ddbc0c7f82a /src/Makefile.am
parentbc6b61fd190d74c389ffae623ef19b386c65c81b (diff)
downloadlighttpd-git-1ab46d43bc5753a42f8543234f94f7abc152d228.tar.gz
[multiple] _WIN32 stat() compat sys-stat.h
no lstat() no S_IFSOCK no S_ISSOCK() ...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4483a041..4a3d3042 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -361,7 +361,8 @@ hdr = base64.h buffer.h burl.h network.h log.h http_kv.h keyvalue.h \
rand.h \
sys-crypto.h sys-crypto-md.h \
sys-endian.h sys-mmap.h sys-setjmp.h \
- sys-socket.h sys-strings.h sys-time.h \
+ sys-socket.h sys-stat.h sys-strings.h \
+ sys-time.h \
sock_addr.h \
mod_auth_api.h \
mod_magnet_cache.h \