[project @ 2003-03-26 17:43:05 by sof]
authorsof <unknown>
Wed, 26 Mar 2003 17:43:05 +0000 (17:43 +0000)
committersof <unknown>
Wed, 26 Mar 2003 17:43:05 +0000 (17:43 +0000)
bring rts_mainLazyIO() into scope

ghc/rts/Weak.c

index bc5cb2b..fe2ae74 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Weak.c,v 1.28 2003/03/17 14:47:48 simonmar Exp $
+ * $Id: Weak.c,v 1.29 2003/03/26 17:43:05 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -14,6 +14,7 @@
 #include "RtsFlags.h"
 #include "Weak.h"
 #include "Storage.h"
+#include "Schedule.h"
 #include "Prelude.h"
 #include "RtsAPI.h"