1--- pyobjc-core/Modules/objc/objc-runtime-compat.h.orig	2009-05-26 07:46:38.000000000 -0700
2+++ pyobjc-core/Modules/objc/objc-runtime-compat.h	2011-10-12 09:17:55.000000000 -0700
3@@ -204,6 +204,13 @@
4 
5 #define class_addMethodList	PyObjC_class_addMethodList
6 
7+#if __OBJC2__
8+@interface Object
9+{
10+}
11+- (id)self;
12+@end
13+#endif // __OBJC2__
14 
15 #endif
16 
17