From: simonmar Date: Fri, 1 Nov 2002 11:17:29 +0000 (+0000) Subject: [project @ 2002-11-01 11:17:29 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1483 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9bffc64eff34148e67a28834aa6597c6027f28d3;p=ghc-hetmet.git [project @ 2002-11-01 11:17:29 by simonmar] warning police: #include to get proto for strlen() --- diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index efd938f..613d302 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.33 2002/11/01 11:16:33 simonmar Exp $ + * $Id: Profiling.c,v 1.34 2002/11/01 11:17:29 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -22,6 +22,8 @@ #include "RetainerProfile.h" #include "LdvProfile.h" +#include + /* * Profiling allocation arena. */