[project @ 1999-08-26 08:31:41 by panne]
authorpanne <unknown>
Thu, 26 Aug 1999 08:31:41 +0000 (08:31 +0000)
committerpanne <unknown>
Thu, 26 Aug 1999 08:31:41 +0000 (08:31 +0000)
Added missing #include.

ghc/rts/RtsFlags.c

index 1615934..9940600 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsFlags.c,v 1.15 1999/08/25 16:11:50 simonmar Exp $
+ * $Id: RtsFlags.c,v 1.16 1999/08/26 08:31:41 panne Exp $
  *
  * (c) The AQUA Project, Glasgow University, 1994-1997
  * (c) The GHC Team, 1998-1999
 #include "BlockAlloc.h"
 #include "ProfRts.h"
 
+#if defined(PROFILING) 
+#include "Itimer.h"
+#endif
+
 #if HAVE_STDLIB_H
 #include <stdlib.h>
 #endif