X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbreakpoint.c;h=5ff8509e65bb675081d94be3aff8eba0558037c9;hb=2495095104de841f12a17aeb94207055f75ed897;hp=e45082f8c1a3224627e3a522eb08dc9c79002299;hpb=cab2c71bb1bb8a575d9eebdae335e731daa64183;p=sbcl.git diff --git a/src/runtime/breakpoint.c b/src/runtime/breakpoint.c index e45082f..5ff8509 100644 --- a/src/runtime/breakpoint.c +++ b/src/runtime/breakpoint.c @@ -21,6 +21,9 @@ #include "globals.h" #include "alloc.h" #include "breakpoint.h" +#include "thread.h" +#include "genesis/code.h" +#include "genesis/fdefn.h" #define REAL_LRA_SLOT 0 #ifndef __i386__