X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTicky.h;h=a32a7a6542b10b7ae920b3651fbf22cfd1162a59;hb=661c97c65e5fa47177502e592bb763f752b487ac;hp=21765e4bbb621a99293520fa21dff641def793b0;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/Ticky.h b/rts/Ticky.h index 21765e4..a32a7a6 100644 --- a/rts/Ticky.h +++ b/rts/Ticky.h @@ -6,4 +6,9 @@ * * ---------------------------------------------------------------------------*/ -extern void PrintTickyInfo(void); +#ifndef TICKY_H +#define TICKY_H + +RTS_PRIVATE void PrintTickyInfo(void); + +#endif /* TICKY_H */