[project @ 2003-06-26 20:49:32 by panne]
authorpanne <unknown>
Thu, 26 Jun 2003 20:49:32 +0000 (20:49 +0000)
committerpanne <unknown>
Thu, 26 Jun 2003 20:49:32 +0000 (20:49 +0000)
Warning police: Added #include for strerror

ghc/rts/MBlock.c

index f59065e..d276be0 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.c,v 1.46 2003/05/21 13:22:46 stolz Exp $
+ * $Id: MBlock.c,v 1.47 2003/06/26 20:49:32 panne Exp $
  *
  * (c) The GHC Team 1998-1999
  *
@@ -21,6 +21,9 @@
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif