RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Ticky.h
index 21765e4..c8da50a 100644 (file)
@@ -6,4 +6,9 @@
  *
  * ---------------------------------------------------------------------------*/
 
-extern void PrintTickyInfo(void);
+#ifndef TICKY_H
+#define TICKY_H
+
+void PrintTickyInfo(void);
+
+#endif /* TICKY_H */