diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/StormPort.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <fcntl.h> #include <stdlib.h> #include <errno.h> + + #if __ppc__ == 1 || __POWERPC__ == 1 || _ARCH_PPC == 1 + #include <stdint.h> + #include <CoreFoundation/CFByteOrder.h> + #endif #define PKEXPORT #define __SYS_ZLIB |