From: panne Date: Thu, 26 Jun 2003 20:49:32 +0000 (+0000) Subject: [project @ 2003-06-26 20:49:32 by panne] X-Git-Tag: Approx_11550_changesets_converted~732 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=36a1c1ebd3246b4e52aaa76eefbe6865be3d50a9;p=ghc-hetmet.git [project @ 2003-06-26 20:49:32 by panne] Warning police: Added #include for strerror --- 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