From 327b1c6e191440424958ade27cdf13476d2912f1 Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Thu, 26 Aug 1999 08:31:41 +0000 Subject: [PATCH] [project @ 1999-08-26 08:31:41 by panne] Added missing #include. --- ghc/rts/RtsFlags.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 1615934b1973..99406009704d 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 <stdlib.h> #endif -- GitLab