From b18c5cdd5ff0d910e30964cade546c61050e266f Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Tue, 6 Jul 1999 15:05:49 +0000 Subject: [PATCH] [project @ 1999-07-06 15:05:49 by sof] Added needed includes of SchedAPI.h --- ghc/rts/Main.c | 3 ++- ghc/rts/Weak.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 990c9ebb9cb8..7c16989bf7f3 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 60325199cc49..4f8159f81353 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" -- GitLab