X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FBlockAlloc.c;h=9d13719918c13fe974f07695a9f0d811200945ce;hb=6ddd83ed3708374cdc06a6eafbb5714b5b8934b4;hp=f33ab86468a4a8649aac8b30760400cf5051870e;hpb=79368b8499ceac9fe663a713191bb386b0dd2fd1;p=ghc-hetmet.git diff --git a/ghc/rts/BlockAlloc.c b/ghc/rts/BlockAlloc.c index f33ab86..9d13719 100644 --- a/ghc/rts/BlockAlloc.c +++ b/ghc/rts/BlockAlloc.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: BlockAlloc.c,v 1.13 2001/11/08 14:42:11 simonmar Exp $ + * $Id: BlockAlloc.c,v 1.14 2002/07/17 09:21:49 simonmar Exp $ * * (c) The GHC Team 1998-2000 * @@ -23,6 +23,8 @@ #include "BlockAlloc.h" #include "MBlock.h" +#include + static void initMBlock(void *mblock); static bdescr *allocMegaGroup(nat mblocks); static void freeMegaGroup(bdescr *bd);