diff --git a/src/porting.h b/src/porting.h index bf01c3e4d..0c7598805 100644 --- a/src/porting.h +++ b/src/porting.h @@ -89,6 +89,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef _WIN32 // POSIX #include #include + #if defined(__MACH__) && defined(__APPLE__) + #include + #endif #endif namespace porting