X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=fefa834b6c2a207cd4477ec93fa21aadcbd0be58;hb=eac461c1f1ca91cfe282c779291d582ed6b336cb;hp=d3fa306bad4ecedb86253fc0cd50ecb0c318968c;hpb=2bfd703aaa0a56039b2831fcbc8f11739dc158b7;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index d3fa306..fefa834 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -14,6 +14,8 @@ * files for more information. */ +#include "sbcl.h" + #ifndef LISP_FEATURE_WIN32 #ifdef LISP_FEATURE_LINUX /* For madvise */ @@ -34,8 +36,6 @@ #include #include -#include "sbcl.h" - #include "os.h" #include "runtime.h" #include "globals.h"