From 36a1c1ebd3246b4e52aaa76eefbe6865be3d50a9 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 26 Jun 2003 20:49:32 +0000 Subject: [PATCH] [project @ 2003-06-26 20:49:32 by panne] Warning police: Added #include for strerror --- ghc/rts/MBlock.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index f59065e..d276be0 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -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 #endif +#ifdef HAVE_STRING_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif -- 1.7.10.4