From b314231c1a7ac585018568c1a9461777a4bb4f1b Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 6 Oct 2006 11:24:47 +0000 Subject: [PATCH] 0.9.17.9: One missing include directive which got through the net. --- src/runtime/x86-assem.S | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/runtime/x86-assem.S b/src/runtime/x86-assem.S index 551841a..4ed9afb 100644 --- a/src/runtime/x86-assem.S +++ b/src/runtime/x86-assem.S @@ -17,6 +17,7 @@ #include "sbcl.h" #include "validate.h" #include "genesis/closure.h" +#include "genesis/funcallable-instance.h" #include "genesis/fdefn.h" #include "genesis/static-symbols.h" #include "genesis/symbol.h" diff --git a/version.lisp-expr b/version.lisp-expr index 1000660..258197d 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".) -"0.9.17.8" +"0.9.17.9" -- 1.7.10.4