[project @ 2001-07-24 06:01:21 by ken]
[ghc-hetmet.git] / ghc / utils / prof / cgprof / symbol.c
index 3800a69..3a47d21 100644 (file)
@@ -1,5 +1,5 @@
 /* ------------------------------------------------------------------------
- * $Id: symbol.c,v 1.1 2000/04/05 10:06:36 simonmar Exp $
+ * $Id: symbol.c,v 1.2 2001/07/24 06:01:21 ken Exp $
  *                                                                     
  *     Copyright (C) 1995-2000 University of Oxford
  *                                                                     
@@ -17,6 +17,7 @@
  *      form, be without fee and subject to these same conditions.
  * --------------------------------------------------------------------- */
 
+#include <string.h>
 #include "symbol.h"
 
 /* -----------------------------------------------------------------------------