diff --git a/src/porting.h b/src/porting.h index 7034d956b..ca0518a16 100644 --- a/src/porting.h +++ b/src/porting.h @@ -59,6 +59,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #else #include #include //for uintptr_t + #include + #include // Use standard Posix macro for Linux #if (defined(linux) || defined(__linux)) && !defined(__linux__)