From b7b5bd2d3ca7f3e339512582179e355d4df71293 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 3 Feb 2008 22:35:36 +0100 Subject: Objective-C layer: Add slot handling functions. darcs-hash:b4ec2fb1229c4eb9f3201e378a2d3e6e5fc6b872 --- Objective-C/PyObjC/pyobjc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objective-C/PyObjC') diff --git a/Objective-C/PyObjC/pyobjc.h b/Objective-C/PyObjC/pyobjc.h index 3a159c8..f762f70 100644 --- a/Objective-C/PyObjC/pyobjc.h +++ b/Objective-C/PyObjC/pyobjc.h @@ -5,7 +5,6 @@ #include #include -#include "libobjcl.h" #ifdef __NEXT_RUNTIME__ #include "pyobjc-compat.h" @@ -51,5 +50,6 @@ #include "objc_support.h" #include "libffi_support.h" +#import "libobjcl.h" #endif /* __pyobjc_H */ -- cgit v1.2.3