X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fruntime.c;h=087efc45b2aaca8fe6c2a8d275a0f8155a420e8c;hb=3bb2fb5b9ecdeebecaded4ac6e5af0f653be8867;hp=b4a8f165bd557204e252fa6c194c08095fd90b2f;hpb=ab811c7aaca82ba6f86584f736071a28e24353d3;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index b4a8f16..087efc4 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -45,6 +45,10 @@ #include "save.h" #include "lispregs.h" +#include "genesis/static-symbols.h" +#include "genesis/symbol.h" + + #ifdef irix #include #include "interr.h"