From: sof Date: Tue, 6 Jul 1999 15:05:49 +0000 (+0000) Subject: [project @ 1999-07-06 15:05:49 by sof] X-Git-Tag: Approximately_9120_patches~6028 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b18c5cdd5ff0d910e30964cade546c61050e266f;p=ghc-hetmet.git [project @ 1999-07-06 15:05:49 by sof] Added needed includes of SchedAPI.h --- diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 990c9eb..7c16989 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -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" diff --git a/ghc/rts/Weak.c b/ghc/rts/Weak.c index 6032519..4f8159f 100644 --- a/ghc/rts/Weak.c +++ b/ghc/rts/Weak.c @@ -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"