X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=a60dc30f04edff799734f025441333c45efb98a4;hb=f2db6743b1fadeea9e72cb583d857851c87efcd4;hp=2923a7a18c1a2662c79cde96fba05b175af31d74;hpb=3d2165e67f9ad1443f6e7d8ad24810000b0436e8;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 2923a7a..a60dc30 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -18,10 +18,10 @@ #include "globals.h" #include "runtime.h" #include -#include #include #include #include "bsd-os.h" +#include char * os_get_runtime_executable_path() @@ -36,3 +36,4 @@ os_get_runtime_executable_path() return copied_string(path); } +