X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.c;h=9d9c6d68ba8b4a8a41974cd3f9db29daa17dabd1;hb=5e291412ff095a2016388eee8ac265e12d565119;hp=8add02056b0e701235f24680f7aecc7b1cfd2ba9;hpb=902e93736a0888aa6b04dc328b1eb328423bf426;p=sbcl.git diff --git a/src/runtime/alloc.c b/src/runtime/alloc.c index 8add020..9d9c6d6 100644 --- a/src/runtime/alloc.c +++ b/src/runtime/alloc.c @@ -17,9 +17,9 @@ #include #include +#include "sbcl.h" #include "runtime.h" #include "os.h" -#include "sbcl.h" #include "alloc.h" #include "globals.h" #include "gc.h"