From: Ian Lynagh Date: Fri, 25 Apr 2008 14:04:34 +0000 (+0000) Subject: Fix the ticky ticky build X-Git-Tag: 2008-05-28~170 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4d33815f010cca43af60e921bdc9f5963d09a1ea Fix the ticky ticky build Include TickyCounters.h in Stg.h if we are doing Ticky Ticky. --- 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