X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.c;h=ec80a935e8f2f376641c219d329a0e396e00a163;hb=70227794f1eefb567c13ec04f7bd6d3b6794aa29;hp=4d2329a9c6f71276c5c0e2b0a8abb0f70eb3dd9b;hpb=79cc569a97e444389350ea3f5b1017374fe16bec;p=sbcl.git diff --git a/src/runtime/monitor.c b/src/runtime/monitor.c index 4d2329a..ec80a93 100644 --- a/src/runtime/monitor.c +++ b/src/runtime/monitor.c @@ -20,6 +20,8 @@ #include "sbcl.h" #include "runtime.h" +#include "parse.h" +#include "vars.h" /* Almost all of this file can be skipped if we're not supporting LDB. */ #if defined(LISP_FEATURE_SB_LDB)