X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Ffuncall.c;h=e364ec21c5d53246947b9b5919cf85f29196c932;hb=3357d40adfad43ce33a84cdf888977299241f8c8;hp=815268ad33d9bce430c2e5f5eb2c2e76ff5b07e2;hpb=085501b44cc1cbdd9e260139d30b383372ddd1b8;p=sbcl.git diff --git a/src/runtime/funcall.c b/src/runtime/funcall.c index 815268a..e364ec2 100644 --- a/src/runtime/funcall.c +++ b/src/runtime/funcall.c @@ -17,6 +17,7 @@ #include "sbcl.h" #include "runtime.h" +#include "globals.h" /* This is implemented in assembly language and called from C: */ extern lispobj call_into_lisp(lispobj fun, lispobj *args, int nargs);