X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fmonitor.c;h=4037c92162a95d912f277fcb827900e3d804d75f;hb=90ca09b75fbc3b63b2f7d09c67b04b866dd783f6;hp=23f87d2077999b1ca427a8a3399c0ad281271094;hpb=6395ade4d85003101ed3391ab3b2df06c6255289;p=sbcl.git diff --git a/src/runtime/monitor.c b/src/runtime/monitor.c index 23f87d2..4037c92 100644 --- a/src/runtime/monitor.c +++ b/src/runtime/monitor.c @@ -30,6 +30,9 @@ #include "gc.h" #include "search.h" #include "purify.h" +#include "globals.h" +#include "lispregs.h" +#include "interrupt.h" /* When we need to do command input, we use this stream, which is not * in general stdin, so that things will "work" (as well as being