From 36e699b6a93b61cc5af6b1d48d7bc48ba029edef Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 22 Jan 2018 22:11:18 +0100 Subject: [PATCH] Fixed Linux compilation. --- src/utilities.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utilities.h b/src/utilities.h index a726901..fb3196a 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -37,6 +37,11 @@ #include #include +/*POSIX API*/ +#ifdef __unix__ +#include +#endif + /*Win32-only header*/ #ifdef _WIN32 #include -- 2.11.0