From: simonmar Date: Thu, 18 Jul 2002 09:12:36 +0000 (+0000) Subject: [project @ 2002-07-18 09:12:34 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1834 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c41b6b7824ce67f0d97a316ada3482035fd4fe3d [project @ 2002-07-18 09:12:34 by simonmar] #include wibbles --- diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c index 19a1ada..ffbbd1d 100644 --- a/ghc/rts/ProfHeap.c +++ b/ghc/rts/ProfHeap.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: ProfHeap.c,v 1.36 2002/05/07 04:58:15 sof Exp $ + * $Id: ProfHeap.c,v 1.37 2002/07/18 09:12:34 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -30,6 +30,8 @@ #include "Arena.h" #include "Printer.h" +#include + /* ----------------------------------------------------------------------------- * era stores the current time period. It is the same as the * number of censuses that have been performed. diff --git a/ghc/rts/Proftimer.c b/ghc/rts/Proftimer.c index a34752e..4025395 100644 --- a/ghc/rts/Proftimer.c +++ b/ghc/rts/Proftimer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Proftimer.c,v 1.9 2001/12/12 14:31:43 simonmar Exp $ + * $Id: Proftimer.c,v 1.10 2002/07/18 09:12:34 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -11,6 +11,8 @@ #include "PosixSource.h" +#include + #include "Rts.h" #include "Profiling.h" #include "Itimer.h" diff --git a/ghc/rts/RetainerProfile.c b/ghc/rts/RetainerProfile.c index 6f3b09a..5684468 100644 --- a/ghc/rts/RetainerProfile.c +++ b/ghc/rts/RetainerProfile.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerProfile.c,v 1.4 2001/12/19 15:20:27 simonmar Exp $ + * $Id: RetainerProfile.c,v 1.5 2002/07/18 09:12:35 simonmar Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -10,6 +10,8 @@ #ifdef PROFILING +#include + #include "Rts.h" #include "RtsUtils.h" #include "RetainerProfile.h" diff --git a/ghc/rts/RetainerSet.c b/ghc/rts/RetainerSet.c index 83e0d9f..af776bf 100644 --- a/ghc/rts/RetainerSet.c +++ b/ghc/rts/RetainerSet.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerSet.c,v 1.2 2001/11/26 16:54:21 simonmar Exp $ + * $Id: RetainerSet.c,v 1.3 2002/07/18 09:12:36 simonmar Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -10,6 +10,8 @@ #ifdef PROFILING +#include + #include "Rts.h" #include "RtsFlags.h" #include "Stats.h"