diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-03 22:35:36 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-03 22:35:36 +0100 |
commit | b7b5bd2d3ca7f3e339512582179e355d4df71293 (patch) | |
tree | 690aae451d4b2b1b967a72d88578e7b7a39bc3ff /Objective-C/PyObjC | |
parent | eda523e8135febb9005ade74c9bf2c135b2da4db (diff) |
Objective-C layer: Add slot handling functions.
darcs-hash:b4ec2fb1229c4eb9f3201e378a2d3e6e5fc6b872
Diffstat (limited to 'Objective-C/PyObjC')
-rw-r--r-- | Objective-C/PyObjC/pyobjc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> #include <stdio.h> -#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 */ |