From cf35f01c8fda4a665d3f4cc377210ffa153fa367 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 23 Feb 2005 10:59:17 +0000 Subject: [PATCH] [project @ 2005-02-23 10:59:17 by simonmar] Move include later --- 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 2c478a7..76ac23c 100644 --- a/ghc/rts/Arena.c +++ b/ghc/rts/Arena.c @@ -18,12 +18,13 @@ which most allocations are small. -------------------------------------------------------------------------- */ -#include #include "Rts.h" #include "RtsUtils.h" #include "BlockAlloc.h" #include "Arena.h" +#include + // Each arena struct is allocated using malloc(). struct _Arena { bdescr *current; -- 1.7.10.4