diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-06 14:34:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-06 14:34:20 +0000 |
commit | 232e72122fa7f08690e3be2bb9f8a7f8024e37d5 (patch) | |
tree | ace24a7e4c415d5ee5a466eb1d822e179d4d5be1 /compiler/codeGen/StgCmmHpc.hs | |
parent | 497302c44ad08c6c27d0e15d94a787f332c0cfec (diff) | |
download | haskell-232e72122fa7f08690e3be2bb9f8a7f8024e37d5.tar.gz |
Fix the build on amd64/Linux
Diffstat (limited to 'compiler/codeGen/StgCmmHpc.hs')
-rw-r--r-- | compiler/codeGen/StgCmmHpc.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/codeGen/StgCmmHpc.hs b/compiler/codeGen/StgCmmHpc.hs index afc238a252..ab95a66cd0 100644 --- a/compiler/codeGen/StgCmmHpc.hs +++ b/compiler/codeGen/StgCmmHpc.hs @@ -21,6 +21,7 @@ import FastString import HscTypes import Char import StaticFlags +import BasicTypes mkTickBox :: Module -> Int -> CmmAGraph mkTickBox mod n |