summaryrefslogtreecommitdiff
path: root/compiler/stgSyn
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-04-22 12:49:19 +0000
committerIan Lynagh <igloo@earth.li>2008-04-22 12:49:19 +0000
commit41e58b51a33d033b1e3eaffce3ce998a308f4b3c (patch)
treead4bd35799194f8ea5c9d327f88649186e8a56e6 /compiler/stgSyn
parentcebea7e7549da2beb83b0baa59909a70dae2a7ad (diff)
downloadhaskell-41e58b51a33d033b1e3eaffce3ce998a308f4b3c.tar.gz
Fix build
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r--compiler/stgSyn/StgSyn.lhs2
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 )