Fix build
authorIan Lynagh <igloo@earth.li>
Tue, 22 Apr 2008 12:49:19 +0000 (12:49 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 22 Apr 2008 12:49:19 +0000 (12:49 +0000)
compiler/stgSyn/StgSyn.lhs

index 6c38ecd..78f7447 100644 (file)
@@ -44,6 +44,8 @@ module StgSyn (
 #endif
     ) where
 
+#include "HsVersions.h"
+
 import CostCentre      ( CostCentreStack, CostCentre )
 import VarSet          ( IdSet, isEmptyVarSet )
 import Var             ( isId )