add another SMP assertion
[ghc-hetmet.git] / ghc / rts / RetainerSet.h
index 5b6a5b2..965b9d3 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerSet.h,v 1.2 2001/11/26 16:54:21 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
@@ -11,6 +10,8 @@
 #ifndef RETAINERSET_H
 #define RETAINERSET_H
 
+#include <stdio.h>
+
 #ifdef PROFILING
 
 /*
@@ -196,5 +197,5 @@ void outputAllRetainerSet(FILE *);
 //       the best place to define it.
 void printRetainer(FILE *, retainer);
 
-#endif // PROFILING
-#endif // RETAINERSET_H
+#endif /* PROFILING */
+#endif /* RETAINERSET_H */