[project @ 2002-07-28 02:31:11 by sof]
authorsof <unknown>
Sun, 28 Jul 2002 02:31:11 +0000 (02:31 +0000)
committersof <unknown>
Sun, 28 Jul 2002 02:31:11 +0000 (02:31 +0000)
include stdlib.h (to get at NULL)

ghc/rts/Arena.c

index 87145ae..cc18e4e 100644 (file)
@@ -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 <stdlib.h>
 #include "Rts.h"
 #include "RtsUtils.h"
 #include "BlockAlloc.h"