Fix #include for GNUstep.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 21 May 2011 02:47:36 +0000 (02:47 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 21 May 2011 02:47:36 +0000 (02:47 +0000)
ObjectiveC/Library.mm

index 36c599a1acb5b459eee54e53444d860917ece5ed..2cb81b741ca674cac1f28001ff2dc166d59eaf6d 100644 (file)
@@ -28,7 +28,6 @@
 #include "ObjectiveC/Internal.hpp"
 
 #include <objc/objc-api.h>
-#include <objc/runtime.h>
 
 #include "cycript.hpp"
 
@@ -38,6 +37,7 @@
 #include <CoreFoundation/CoreFoundation.h>
 #include <JavaScriptCore/JSStringRefCF.h>
 #include <WebKit/WebScriptObject.h>
+#include <objc/runtime.h>
 #endif
 
 #include "Error.hpp"