From 1726aa5e69f2e0c3ade055b97767efa9ac1e9624 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Thu, 18 Jul 2013 03:10:12 +0300 Subject: fixed compilation for PowerPC architecture on Mac OS X --- src/StormPort.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/StormPort.h b/src/StormPort.h index 069033a..3c7c121 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -72,6 +72,11 @@ #include #include #include + + #if __ppc__ == 1 || __POWERPC__ == 1 || _ARCH_PPC == 1 + #include + #include + #endif #define PKEXPORT #define __SYS_ZLIB -- cgit v1.2.3