X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=0f2714c4c182b73bcac72dde52d194aba9cd6f05;hb=dcb73f3edef1e31078fbe585e2fafbd26743efd7;hp=361d5cb7d708509fe3a075b43e6a752a5bc1c124;hpb=e0697854ef9f4999c8585b64be1b282ce4725176;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 361d5cb..0f2714c 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -12,6 +12,7 @@ #ifndef _ALLOC_H_ #define _ALLOC_H_ +#include "sbcl.h" #include "runtime.h" extern lispobj alloc_cons(lispobj car, lispobj cdr);