From 4d33815f010cca43af60e921bdc9f5963d09a1ea Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 25 Apr 2008 14:04:34 +0000 Subject: [PATCH] Fix the ticky ticky build Include TickyCounters.h in Stg.h if we are doing Ticky Ticky. --- includes/Stg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/Stg.h b/includes/Stg.h index 6ddf17a..7f37783 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -154,6 +154,10 @@ typedef StgWord StgWordArray[]; #include "MachRegs.h" #include "Regs.h" +#ifdef TICKY_TICKY +#include "TickyCounters.h" +#endif + #if IN_STG_CODE /* * This is included later for RTS sources, after definitions of -- 1.7.10.4