From: Christophe Rhodes Date: Fri, 6 Oct 2006 11:24:47 +0000 (+0000) Subject: 0.9.17.9: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b314231c1a7ac585018568c1a9461777a4bb4f1b;p=sbcl.git 0.9.17.9: One missing include directive which got through the net. --- 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"