From: sof Date: Sun, 28 Jul 2002 02:31:11 +0000 (+0000) Subject: [project @ 2002-07-28 02:31:11 by sof] X-Git-Tag: Approx_11550_changesets_converted~1800 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=91d3350899fd0d65a21a9abce9c5f2318ffe3fd0;p=ghc-hetmet.git [project @ 2002-07-28 02:31:11 by sof] include stdlib.h (to get at NULL) --- diff --git a/ghc/rts/Arena.c b/ghc/rts/Arena.c index 87145ae..cc18e4e 100644 --- a/ghc/rts/Arena.c +++ b/ghc/rts/Arena.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - $Id: Arena.c,v 1.3 2002/07/26 09:35:46 simonmar Exp $ + $Id: Arena.c,v 1.4 2002/07/28 02:31:11 sof Exp $ (c) The University of Glasgow 2001 Arena allocation. Arenas provide fast memory allocation at the @@ -19,6 +19,7 @@ which most allocations are small. -------------------------------------------------------------------------- */ +#include #include "Rts.h" #include "RtsUtils.h" #include "BlockAlloc.h"