From 216de219be8457625914aea1cefe08225a608ecd Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 25 Jul 2007 22:05:26 +0000 Subject: [PATCH] 1.0.8.3: Include missing headers. --- src/runtime/cheneygc.c | 1 + src/runtime/linux-os.c | 2 ++ version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) 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" -- 1.7.10.4