X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRetainerSet.c;h=af776bf6ce5b5072677b2cba9fea175e132fd713;hb=7fc7b66e0728877592e3ae851ebd9cef01bd4e92;hp=83e0d9feeec65449b4f71f2c93e5b1ff49c27882;hpb=dbef766ce79e37a74468a07a93b15ba1f06fe8f8;p=ghc-hetmet.git diff --git a/ghc/rts/RetainerSet.c b/ghc/rts/RetainerSet.c index 83e0d9f..af776bf 100644 --- a/ghc/rts/RetainerSet.c +++ b/ghc/rts/RetainerSet.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RetainerSet.c,v 1.2 2001/11/26 16:54:21 simonmar Exp $ + * $Id: RetainerSet.c,v 1.3 2002/07/18 09:12:36 simonmar Exp $ * * (c) The GHC Team, 2001 * Author: Sungwoo Park @@ -10,6 +10,8 @@ #ifdef PROFILING +#include + #include "Rts.h" #include "RtsFlags.h" #include "Stats.h"