[project @ 2003-03-25 18:00:19 by sof]
authorsof <unknown>
Tue, 25 Mar 2003 18:00:19 +0000 (18:00 +0000)
committersof <unknown>
Tue, 25 Mar 2003 18:00:19 +0000 (18:00 +0000)
bring rts_mainLazyIO() into scope

ghc/rts/Main.c

index ad6924f..931371c 100644 (file)
@@ -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"