X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Ffuncall.c;h=e364ec21c5d53246947b9b5919cf85f29196c932;hb=409fcc671231b594ec010adf683f72a871ec1d6a;hp=815268ad33d9bce430c2e5f5eb2c2e76ff5b07e2;hpb=5f4fe75b7ee2b33e263097415240d198b6275de3;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);