Also use the APPLE section on x86/x64 systems. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@670 f158a5a8-5612-0410-a976-696ce0be7e32
diff --git a/shared/types.h b/shared/types.h
index 7a8180e..cd23a1e 100644
--- a/shared/types.h
+++ b/shared/types.h
@@ -39,7 +39,7 @@
*
**************************************************************************** */
-#if defined(__ppc__) && defined(__APPLE__)
+#if defined(__APPLE__)
#include <sys/types.h>
typedef int8_t s8;