X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.c;h=f787cd74cdaff174bfcf36674f7a336b808f3539;hb=b83ac6ca16d5c9ee7aa6f261959035accf697681;hp=b4152fec88322908eb3cc3bfff1ecce585ddbf6a;hpb=8340bf74c31b29e9552ef8f705b6e1298547c6ab;p=sbcl.git diff --git a/src/runtime/print.c b/src/runtime/print.c index b4152fe..f787cd7 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -31,7 +31,9 @@ #include "monitor.h" #include "vars.h" #include "os.h" +#ifdef LISP_FEATURE_GENCGC #include "gencgc-alloc-region.h" /* genesis/thread.h needs this */ +#endif #include "genesis/static-symbols.h" #include "thread.h" /* genesis/primitive-objects.h needs this */ #include "genesis/primitive-objects.h"