fix haddock submodule pointer
[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 */