From 25d55fff07e7eb37ad976f980cb440cdd95ff326 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Mon, 4 Jun 2012 21:24:46 +0400 Subject: [PATCH] Restore build on sparc/solaris. gc-internal.h: include interr.h before `lose' is used. Fixes lp#1008506. --- NEWS | 1 + src/runtime/gc-internal.h | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4d10a6d..60a328e 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,7 @@ changes relative to sbcl-1.0.57: method combinations. (lp#936513) * bug fix: run-program no longer unconditionally uses /tmp/ for temporary files. (lp#968837). + * bug fix: restor build on solaris/sparc. (lp#1008506) changes in sbcl-1.0.57 relative to sbcl-1.0.56: * RANDOM enhancements and bug fixes: diff --git a/src/runtime/gc-internal.h b/src/runtime/gc-internal.h index a9a3802..1a72b88 100644 --- a/src/runtime/gc-internal.h +++ b/src/runtime/gc-internal.h @@ -18,6 +18,7 @@ #include #include "thread.h" +#include "interr.h" #ifdef LISP_FEATURE_GENCGC #include "gencgc-internal.h" -- 1.7.10.4