From: panne Date: Thu, 26 Aug 1999 08:31:41 +0000 (+0000) Subject: [project @ 1999-08-26 08:31:41 by panne] X-Git-Tag: Approximately_9120_patches~5868 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=327b1c6e191440424958ade27cdf13476d2912f1;p=ghc-hetmet.git [project @ 1999-08-26 08:31:41 by panne] Added missing #include. --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 1615934..9940600 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -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 @@ -14,6 +14,10 @@ #include "BlockAlloc.h" #include "ProfRts.h" +#if defined(PROFILING) +#include "Itimer.h" +#endif + #if HAVE_STDLIB_H #include #endif