From 0bccd9e3ebcfd3fa75dc7e677baba013761849aa Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 13 Sep 1999 08:14:00 +0000 Subject: [PATCH] [project @ 1999-09-13 08:14:00 by simonmar] Fix building with profiling. --- ghc/rts/RtsFlags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 9940600..6adb339 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.16 1999/08/26 08:31:41 panne Exp $ + * $Id: RtsFlags.c,v 1.17 1999/09/13 08:14:00 simonmar Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -13,6 +13,7 @@ #include "RtsUtils.h" #include "BlockAlloc.h" #include "ProfRts.h" +#include "Itimer.h" #if defined(PROFILING) #include "Itimer.h" -- 1.7.10.4