From 276cc5f0fdd0fa5cf57c94e110a70d80ee642f97 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Wed, 25 Aug 2021 18:16:26 +0200 Subject: [PATCH] Fix Mac compilation --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index ea895b9..497f7de 100644 --- a/src/common.h +++ b/src/common.h @@ -67,7 +67,7 @@ #endif #include -#elif defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) +#elif defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) || defined(__MACH__) #include #include