From: sewardj Date: Mon, 12 Mar 2001 14:59:32 +0000 (+0000) Subject: [project @ 2001-03-12 14:59:32 by sewardj] X-Git-Tag: Approximately_9120_patches~2440 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=980025a601d27a480f2b1072ac01ced1dfcbc430;p=ghc-hetmet.git [project @ 2001-03-12 14:59:32 by sewardj] Fix overenthusiatic import GCing, I presume. --- diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 32d1f5c..1e33654 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -9,6 +9,7 @@ module CodeOutput( codeOutput ) where #include "HsVersions.h" #ifndef OMIT_NATIVE_CODEGEN +import UniqSupply ( mkSplitUniqSupply ) import AsmCodeGen ( nativeCodeGen ) #endif