From 0b3b200b2ab46be0d62b3eab3e3c100b6ce8a2d4 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 3 Jan 2019 01:29:47 +1100 Subject: [PATCH] Fix compile error with gcc on OSX --- src/Platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform.c b/src/Platform.c index 001ecfab8..0ba95cd3a 100644 --- a/src/Platform.c +++ b/src/Platform.c @@ -101,6 +101,7 @@ const ReturnCode ReturnCode_SocketWouldBlock = EWOULDBLOCK; #include #include #include +#include #endif