X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fprint.c;h=166eca7bd5a4121290316008a9a8a12d6fa2bd7e;hb=cf4cb9554515c59eddbde38d1cf236339c37f55f;hp=6e6dd12d3d683122fc394867a0313bf7c4f6bb5f;hpb=9c9c68bd6e5e3c6d02e9f1bfd583b87bb9e85eea;p=sbcl.git diff --git a/src/runtime/print.c b/src/runtime/print.c index 6e6dd12..166eca7 100644 --- a/src/runtime/print.c +++ b/src/runtime/print.c @@ -20,9 +20,9 @@ #include +#include "sbcl.h" #include "print.h" #include "runtime.h" -#include "sbcl.h" /* This file can be skipped if we're not supporting LDB. */ #if defined(LISP_FEATURE_SB_LDB)