From 9bffc64eff34148e67a28834aa6597c6027f28d3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 1 Nov 2002 11:17:29 +0000 Subject: [PATCH] [project @ 2002-11-01 11:17:29 by simonmar] warning police: #include to get proto for strlen() --- ghc/rts/Profiling.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */ -- 1.7.10.4