summaryrefslogtreecommitdiff
path: root/Objective-C/objc-runtime-gnu.m
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/objc-runtime-gnu.m')
-rw-r--r--Objective-C/objc-runtime-gnu.m1
1 files changed, 1 insertions, 0 deletions
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)
{