summaryrefslogtreecommitdiff
path: root/src/Makefile.am
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/Makefile.am
parentd7bbd70bd10e429c18df273dd060006a69a91d1e (diff)
downloadlighttpd-git-2695a8b2e21ab7c4c16b7dddb6fff53a4797b98c.tar.gz
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
(selective implementations; not complete)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 628ffc48..6c4fbfc1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -362,7 +362,7 @@ hdr = base64.h buffer.h burl.h network.h log.h http_kv.h keyvalue.h \
sys-crypto.h sys-crypto-md.h sys-dirent.h \
sys-endian.h sys-mmap.h sys-setjmp.h \
sys-socket.h sys-stat.h sys-strings.h \
- sys-time.h \
+ sys-time.h sys-unistd.h \
sock_addr.h \
mod_auth_api.h \
mod_magnet_cache.h \