From 91d3350899fd0d65a21a9abce9c5f2318ffe3fd0 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 28 Jul 2002 02:31:11 +0000 Subject: [PATCH] [project @ 2002-07-28 02:31:11 by sof] include stdlib.h (to get at NULL) --- ghc/rts/Arena.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4