summaryrefslogtreecommitdiff
path: root/os_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'os_types.h')
-rw-r--r--os_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_types.h b/os_types.h
index f33402e..b8ddb8e 100644
--- a/os_types.h
+++ b/os_types.h
@@ -57,7 +57,7 @@
typedef UInt32 ogg_uint32_t;
typedef SInt64 ogg_int64_t;
-#elif defined(__MACOSX__) /* MacOS X Framework build */
+#elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
# include <sys/types.h>
typedef int16_t ogg_int16_t;