From 335715309c873cf528f477577f3ecf1c6f987350 Mon Sep 17 00:00:00 2001 From: Sebastian Valle Date: Mon, 10 Sep 2018 22:46:13 -0500 Subject: [PATCH] Use instead of in unix.c is the correct POSIX header according to the POSIX standard. Some targets (like homebrew for the Nintendo Switch) do not provide a so it makes compiling for them rather hard. --- unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.c b/unix.c index c36a082..4fa6287 100644 --- a/unix.c +++ b/unix.c @@ -51,7 +51,7 @@ #endif #ifdef HAS_POLL -#include +#include #endif #ifndef HAS_SOCKLEN_T