summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/Prefix.pch')
-rw-r--r--cocoa/Prefix.pch4
1 files changed, 4 insertions, 0 deletions
diff --git a/cocoa/Prefix.pch b/cocoa/Prefix.pch
index 00e8847a7..0516a0bf7 100644
--- a/cocoa/Prefix.pch
+++ b/cocoa/Prefix.pch
@@ -1,3 +1,7 @@
+#include <Carbon/Carbon.h>
+
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
+
+#undef offsetof \ No newline at end of file