X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.c;h=0fe2be705509844baf7f18487c9dbc08983bc5e6;hb=7f0f521aa3f6b45259c5dfd5f7f11adcd1a7cac6;hp=661cdf4e40b132efd7d13e4bb466ba1276fc366f;hpb=6e662062162ad5a6f09d6d3a5ec1249520e813a5;p=sbcl.git diff --git a/src/runtime/alloc.c b/src/runtime/alloc.c index 661cdf4..0fe2be7 100644 --- a/src/runtime/alloc.c +++ b/src/runtime/alloc.c @@ -19,6 +19,7 @@ #include "globals.h" #include "gc.h" #include +#include #define GET_FREE_POINTER() dynamic_space_free_pointer #define SET_FREE_POINTER(new_value) \