X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.c;h=d276be0feb9310c0353c9b88b901ebe39c02ec70;hb=36a1c1ebd3246b4e52aaa76eefbe6865be3d50a9;hp=f59065ea68f26cfb377bab44ffdf1ece29caa267;hpb=140e373e1319078e1f3b084f2e2b39a35cf39d45;p=ghc-hetmet.git 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