Restore build on sparc/solaris.
authorStas Boukarev <stassats@gmail.com>
Mon, 4 Jun 2012 17:24:46 +0000 (21:24 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 4 Jun 2012 17:24:46 +0000 (21:24 +0400)
gc-internal.h: include interr.h before `lose' is used.

Fixes lp#1008506.

NEWS
src/runtime/gc-internal.h

diff --git a/NEWS b/NEWS
index 4d10a6d..60a328e 100644 (file)
--- 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:
index a9a3802..1a72b88 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <genesis/simple-fun.h>
 #include "thread.h"
+#include "interr.h"
 
 #ifdef LISP_FEATURE_GENCGC
 #include "gencgc-internal.h"