[project @ 2002-11-21 09:36:48 by simonpj]
[ghc-hetmet.git] / 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.
  */