]> git.saurik.com Git - apple/dyld.git/blobdiff - src/dyldLibSystemGlue.c
dyld-433.5.tar.gz
[apple/dyld.git] / src / dyldLibSystemGlue.c
index 0fdda05463285b194576c80ccd81c375c4f0576d..4b6a63820090c8db7f675a343d2cd94312dd1604 100644 (file)
@@ -24,7 +24,9 @@
 
 #include <Availability.h>
 #include <stddef.h>
+#include <TargetConditionals.h>
 
 //
 // This is the temporary private interface between libSystem.B.dylib and dyld
 //
@@ -72,4 +74,3 @@ int _dyld_func_lookup(const char* dyld_func_name, void **address)
        return (*myDyldSection.lookup)(dyld_func_name, address);
 }
 
-