From: sof Date: Tue, 25 Mar 2003 18:00:19 +0000 (+0000) Subject: [project @ 2003-03-25 18:00:19 by sof] X-Git-Tag: Approx_11550_changesets_converted~1032 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=695ea3f20081735a1ade7622bdfd1310df772755;hp=2548429c5147b40adc0f14a78d24659462358d41;p=ghc-hetmet.git [project @ 2003-03-25 18:00:19 by sof] bring rts_mainLazyIO() into scope --- diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index ad6924f..931371c 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.36 2003/03/17 14:47:47 simonmar Exp $ + * $Id: Main.c,v 1.37 2003/03/25 18:00:19 sof Exp $ * * (c) The GHC Team 1998-2000 * @@ -13,6 +13,7 @@ #include "Rts.h" #include "RtsAPI.h" #include "SchedAPI.h" +#include "Schedule.h" #include "RtsFlags.h" #include "RtsUtils.h" #include "Prelude.h"