[project @ 2002-11-01 11:17:29 by simonmar]
authorsimonmar <unknown>
Fri, 1 Nov 2002 11:17:29 +0000 (11:17 +0000)
committersimonmar <unknown>
Fri, 1 Nov 2002 11:17:29 +0000 (11:17 +0000)
warning police: #include <string.h> to get proto for strlen()

ghc/rts/Profiling.c

index efd938f..613d302 100644 (file)
@@ -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 <string.h>
+
 /*
  * Profiling allocation arena.
  */