1.0.4.40: small fixes
[sbcl.git] / src / runtime / funcall.c
index 815268a..e364ec2 100644 (file)
@@ -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);