[project @ 2002-07-18 09:12:34 by simonmar]
authorsimonmar <unknown>
Thu, 18 Jul 2002 09:12:36 +0000 (09:12 +0000)
committersimonmar <unknown>
Thu, 18 Jul 2002 09:12:36 +0000 (09:12 +0000)
#include wibbles

ghc/rts/ProfHeap.c
ghc/rts/Proftimer.c
ghc/rts/RetainerProfile.c
ghc/rts/RetainerSet.c

index 19a1ada..ffbbd1d 100644 (file)
@@ -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 <string.h>
+
 /* -----------------------------------------------------------------------------
  * era stores the current time period.  It is the same as the
  * number of censuses that have been performed.
index a34752e..4025395 100644 (file)
@@ -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 <stdio.h>
+
 #include "Rts.h"
 #include "Profiling.h"
 #include "Itimer.h"
index 6f3b09a..5684468 100644 (file)
@@ -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 <stdio.h>
+
 #include "Rts.h"
 #include "RtsUtils.h"
 #include "RetainerProfile.h"
index 83e0d9f..af776bf 100644 (file)
@@ -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 <stdlib.h>
+
 #include "Rts.h"
 #include "RtsFlags.h"
 #include "Stats.h"