Fix the ticky ticky build
authorIan Lynagh <igloo@earth.li>
Fri, 25 Apr 2008 14:04:34 +0000 (14:04 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Apr 2008 14:04:34 +0000 (14:04 +0000)
Include TickyCounters.h in Stg.h if we are doing Ticky Ticky.

includes/Stg.h

index 6ddf17a..7f37783 100644 (file)
@@ -154,6 +154,10 @@ typedef StgWord StgWordArray[];
 #include "MachRegs.h"
 #include "Regs.h"
 
 #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
 #if IN_STG_CODE
 /*
  * This is included later for RTS sources, after definitions of