summaryrefslogtreecommitdiff
path: root/Objective-C/PyObjC/objc-runtime-compat.h
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-03 15:53:31 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-03 15:53:31 +0100
commiteda523e8135febb9005ade74c9bf2c135b2da4db (patch)
tree095e5bca40606e9f63860b89ee3eaf6fb1da9955 /Objective-C/PyObjC/objc-runtime-compat.h
parentc87c8aebcd991256c12c974e3134369d1911ad5f (diff)
Objective-C layer: Make use of the Objective-C 2.0 runtime.
darcs-hash:a8a8f84ba4a1476120750c7b11c08c2088fa3da6
Diffstat (limited to 'Objective-C/PyObjC/objc-runtime-compat.h')
-rw-r--r--Objective-C/PyObjC/objc-runtime-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objective-C/PyObjC/objc-runtime-compat.h b/Objective-C/PyObjC/objc-runtime-compat.h
index 39c697e..b548755 100644
--- a/Objective-C/PyObjC/objc-runtime-compat.h
+++ b/Objective-C/PyObjC/objc-runtime-compat.h
@@ -25,6 +25,7 @@
* the preclass_* functions, not the regular ones because it isn't possible
* to emulate the entire ObjC 2.0 API on Tiger.
*/
+#include "pyobjc.h"
#include <objc/objc-runtime.h>
#include <objc/Protocol.h>