X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FBlockAlloc.c;h=65205f8ff6a919ffbe84f232864ad1cb3c977c56;hb=bc5c802181b513216bc88f0d1ec9574157ee05fe;hp=618667105975167dfd79c46188d53d4003833038;hpb=b19d97709b3a5f8a6be04f113525f868cc48ad53;p=ghc-hetmet.git diff --git a/ghc/rts/BlockAlloc.c b/ghc/rts/BlockAlloc.c index 6186671..65205f8 100644 --- a/ghc/rts/BlockAlloc.c +++ b/ghc/rts/BlockAlloc.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: BlockAlloc.c,v 1.9 2001/07/23 17:23:19 simonmar Exp $ + * $Id: BlockAlloc.c,v 1.10 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team 1998-2000 * @@ -16,6 +16,7 @@ * * ---------------------------------------------------------------------------*/ +#include "PosixSource.h" #include "Rts.h" #include "RtsFlags.h" #include "RtsUtils.h"