diff options
author | Ian Lynagh <igloo@earth.li> | 2008-04-22 12:49:19 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-04-22 12:49:19 +0000 |
commit | 41e58b51a33d033b1e3eaffce3ce998a308f4b3c (patch) | |
tree | ad4bd35799194f8ea5c9d327f88649186e8a56e6 /compiler/stgSyn | |
parent | cebea7e7549da2beb83b0baa59909a70dae2a7ad (diff) | |
download | haskell-41e58b51a33d033b1e3eaffce3ce998a308f4b3c.tar.gz |
Fix build
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/StgSyn.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs index 6c38ecd3ab..78f7447fbe 100644 --- a/compiler/stgSyn/StgSyn.lhs +++ b/compiler/stgSyn/StgSyn.lhs @@ -44,6 +44,8 @@ module StgSyn ( #endif ) where +#include "HsVersions.h" + import CostCentre ( CostCentreStack, CostCentre ) import VarSet ( IdSet, isEmptyVarSet ) import Var ( isId ) |