Restore Darwin buildability
... put sbcl.h before runtime.h in ppc-darwin-mkrospace.c.
It would be nice if a compilation failure in ppc-darwin-mkrospace
caused the build to abort, but I don't know if make is rich enough
to express that in conjunction with the fact that compiling it is
not necessary on non-ppc/darwin platforms.
#include <sys/uio.h>
#include <unistd.h>
#include <fcntl.h>
-#include "runtime.h"
+
#include "sbcl.h"
+#include "runtime.h"
struct simple_object_file
{
;;; 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.8.13.62"
+"0.8.13.63"