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