X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FArena.c;h=7fc49f44d75b2827d1a2705c0bc19f0d6ca84a56;hb=ce9a12321f228ab68934e3031c32ab7f9a2173fc;hp=fcdc6cce147210ab6be6b9547bff19e4ad22391b;hpb=cbeb99efd4a117de5b028341dc41bc8f50717383;p=ghc-hetmet.git diff --git a/rts/Arena.c b/rts/Arena.c index fcdc6cc..7fc49f4 100644 --- a/rts/Arena.c +++ b/rts/Arena.c @@ -18,12 +18,12 @@ which most allocations are small. -------------------------------------------------------------------------- */ +#include "PosixSource.h" #include "Rts.h" + #include "RtsUtils.h" #include "Arena.h" -#include - // Each arena struct is allocated using malloc(). struct _Arena { bdescr *current;