fix #3910
[ghc-hetmet.git] / rts / RetainerSet.h
index 6a00e13..74152b9 100644 (file)
@@ -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 */