Commit b8940c7fed3239dd8d26efeb2bad425b00030360

Stefan Reinauer 2010-01-28T13:20:14

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

1
2
3
4
5
6
7
8
9
10
11
12
13
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;