X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerSet.h;h=74152b96950faef0c1665c1a8eb673af69261390;hb=8625c675de45bdb8bcfa795572ce7c47687c147c;hp=6a00e1395e7f6071573c15d62fd874d34c521f3f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h index 6a00e13..74152b9 100644 --- a/rts/RetainerSet.h +++ b/rts/RetainerSet.h @@ -14,6 +14,8 @@ #ifdef PROFILING +#include "BeginPrivate.h" + /* Type 'retainer' defines the retainer identity. @@ -197,5 +199,7 @@ void outputAllRetainerSet(FILE *); // the best place to define it. void printRetainer(FILE *, retainer); +#include "EndPrivate.h" + #endif /* PROFILING */ #endif /* RETAINERSET_H */