X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-darwin-os.c;h=b29e447d0f4e69f067e01327dde88e442498552c;hb=53dd919e3b97fe7a63b6826d812eef6bac0ca9ad;hp=6b3ab7e98288998d82cc887cb7723e95c367a15e;hpb=79cc569a97e444389350ea3f5b1017374fe16bec;p=sbcl.git diff --git a/src/runtime/ppc-darwin-os.c b/src/runtime/ppc-darwin-os.c index 6b3ab7e..b29e447 100644 --- a/src/runtime/ppc-darwin-os.c +++ b/src/runtime/ppc-darwin-os.c @@ -16,8 +16,11 @@ #include "sbcl.h" #include "globals.h" +#include "runtime.h" #include #include +#include +#include #include "bsd-os.h" os_context_register_t * @@ -110,3 +113,4 @@ os_flush_icache(os_vm_address_t address, os_vm_size_t length) /* see ppc-arch.c */ ppc_flush_icache(address,length); } +