summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RetainerProfile.h')
-rw-r--r--rts/RetainerProfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h
index 9736eeb8d6..b2adf71d9d 100644
--- a/rts/RetainerProfile.h
+++ b/rts/RetainerProfile.h
@@ -14,7 +14,7 @@
#include "RetainerSet.h"
-BEGIN_RTS_PRIVATE
+#include "BeginPrivate.h"
void initRetainerProfiling ( void );
void endRetainerProfiling ( void );
@@ -43,7 +43,7 @@ retainerSetOf( StgClosure *c )
extern lnat retainerStackBlocks ( void );
#endif
-END_RTS_PRIVATE
+#include "EndPrivate.h"
#endif /* PROFILING */