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