X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=7bfc7351bfaf5345f2d844e662d2fcc908671d81;hb=743831e679b673a5680a0afd8402911516bf50e2;hp=a60dc30f04edff799734f025441333c45efb98a4;hpb=9e0cc7f6afca5682944d9cc88eed63b5d80cbe9e;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index a60dc30..7bfc735 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -23,8 +23,12 @@ #include "bsd-os.h" #include +#ifndef LISP_FEATURE_DLSHIM +#include +#endif + char * -os_get_runtime_executable_path() +os_get_runtime_executable_path(int external) { char path[PATH_MAX + 1]; uint32_t size = sizeof(path);