X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=0f1f0ff023a01e837bf46361c78f2d76e300772c;hb=2dfaffe8bdce30dac9b5baa4d2645d074a176b4f;hp=59cead9c4c6f5a98d35383675efa25b5a3299656;hpb=bd93f052f95371f613fb913c1cac2b01c8ff2a5c;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 59cead9..0f1f0ff 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -35,6 +35,7 @@ #endif #include #include +#include #if defined(SVR4) || defined(__linux__) #include @@ -67,7 +68,7 @@ #endif #ifndef SBCL_HOME -#define SBCL_HOME "/usr/local/lib/sbcl/" +#define SBCL_HOME SBCL_PREFIX"/lib/sbcl/" #endif #ifdef LISP_FEATURE_HPUX