From 695ea3f20081735a1ade7622bdfd1310df772755 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 25 Mar 2003 18:00:19 +0000 Subject: [PATCH] [project @ 2003-03-25 18:00:19 by sof] bring rts_mainLazyIO() into scope --- ghc/rts/Main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4