[project @ 1999-07-06 15:05:49 by sof]
authorsof <unknown>
Tue, 6 Jul 1999 15:05:49 +0000 (15:05 +0000)
committersof <unknown>
Tue, 6 Jul 1999 15:05:49 +0000 (15:05 +0000)
Added needed includes of SchedAPI.h

ghc/rts/Main.c
ghc/rts/Weak.c

index 990c9eb..7c16989 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Main.c,v 1.8 1999/05/10 10:06:24 sof Exp $
+ * $Id: Main.c,v 1.9 1999/07/06 15:05:49 sof Exp $
  *
  * (c) The GHC Team 1998-1999
  *
@@ -11,6 +11,7 @@
 
 #include "Rts.h"
 #include "RtsAPI.h"
+#include "SchedAPI.h"
 #include "RtsFlags.h"
 #include "Schedule.h"  /* for MainTSO */
 #include "RtsUtils.h"
index 6032519..4f8159f 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Weak.c,v 1.10 1999/02/26 13:36:14 simonm Exp $
+ * $Id: Weak.c,v 1.11 1999/07/06 15:05:49 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -9,6 +9,7 @@
 
 #include "Rts.h"
 #include "RtsAPI.h"
+#include "SchedAPI.h"
 #include "RtsFlags.h"
 #include "Weak.h"
 #include "Storage.h"