summaryrefslogtreecommitdiff
path: root/cocoa/Prefix.pch
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
commitf85335a7f9fdbff012409bb2af8fecc81740eab0 (patch)
treef4f6678aa78b89b76fab7a10094f0cdd1b22be0f /cocoa/Prefix.pch
parent5a259dadeb6b6b31f5cfe628cc62bfb7d86e25b4 (diff)
downloadnetsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.gz
netsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.bz2
Implementing tabs and fixing scrolling.
svn path=/trunk/netsurf/; revision=11396
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