From 8393ca93334319f066ce6abb44d0f4b4921abbe1 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Mon, 19 Mar 2018 05:43:41 +0000 Subject: Use POSIX path for poll.h and fcntl.h headers musl complains when using include paths like rather than POSIX's so change the poll.h include path and update the windows poll.h compatibility shim to match. Allegedly sys/poll.h was needed for GLIBCs that were older than 2.3 according to https://www.winehq.org/pipermail/wine-patches/2014-June/132877.html but I can still see that path in an ancient Red Hat 5.0 glibc-devel-2.0.7-32.i386.rpm ... Signed-off-by: Sitsofe Wheeler --- os/windows/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/posix.c') diff --git a/os/windows/posix.c b/os/windows/posix.c index 17e18a1f..ecc8c408 100755 --- a/os/windows/posix.c +++ b/os/windows/posix.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3