From d0dd29fcf87b51280dd5c2685063ea42cf4fc115 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 14:03:32 +0200 Subject: Make the code copied from PyObjC compilable stand-alone. darcs-hash:6a1f1865b6259fc5a7551ffb10494f914359ecc6 --- Objective-C/objc-runtime-gnu.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Objective-C/objc-runtime-gnu.m') diff --git a/Objective-C/objc-runtime-gnu.m b/Objective-C/objc-runtime-gnu.m index 0f585e1..df868e4 100644 --- a/Objective-C/objc-runtime-gnu.m +++ b/Objective-C/objc-runtime-gnu.m @@ -8,6 +8,7 @@ #include "pyobjc.h" #if defined(GNU_RUNTIME) +#include "objc-runtime-gnu.h" struct objc_protocol_list* PyObjCRT_AllocProtocolList(int numProtocols) { -- cgit v1.2.3