[project @ 2002-11-04 15:33:29 by simonpj]
[ghc-hetmet.git] / ghc / rts / Proftimer.c
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"