add 'make re2' for rebuilding stage2 (similarly re1 and re3)
[ghc-hetmet.git] / rts / Ticky.h
index 21765e4..a32a7a6 100644 (file)
@@ -6,4 +6,9 @@
  *
  * ---------------------------------------------------------------------------*/
 
-extern void PrintTickyInfo(void);
+#ifndef TICKY_H
+#define TICKY_H
+
+RTS_PRIVATE void PrintTickyInfo(void);
+
+#endif /* TICKY_H */