From: Thiemo Seufer Date: Wed, 25 Jul 2007 22:05:26 +0000 (+0000) Subject: 1.0.8.3: Include missing headers. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=216de219be8457625914aea1cefe08225a608ecd;p=sbcl.git 1.0.8.3: Include missing headers. --- diff --git a/src/runtime/cheneygc.c b/src/runtime/cheneygc.c index 25e9252..db74f54 100644 --- a/src/runtime/cheneygc.c +++ b/src/runtime/cheneygc.c @@ -30,6 +30,7 @@ #include "genesis/static-symbols.h" #include "genesis/primitive-objects.h" #include "thread.h" +#include "arch.h" /* So you need to debug? */ #if 0 diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index bcc5e9f..f50b7b1 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -52,6 +52,8 @@ #include "gc.h" #if defined LISP_FEATURE_GENCGC #include "gencgc-internal.h" +#else +#include "cheneygc-internal.h" #endif #ifdef LISP_FEATURE_X86 diff --git a/version.lisp-expr b/version.lisp-expr index 3cd06f4..4e443fb 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.8.2" +"1.0.8.3"