X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FRtClosureInspect.hs;h=269a7bb1d26347b6e04adb638ff902261221865a;hb=7510eeadaf490f7e7f6c9ab3f06ca500c1d95cc0;hp=9e2ef17e8da02ae06ce6bebac5c724a29bf0c30f;hpb=937eb1f1386f12c729c6d819417fe81bc4786b9f;p=ghc-hetmet.git diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index 9e2ef17..269a7bb 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -70,6 +70,10 @@ import TysWiredIn import Outputable import Panic +#ifndef GHCI_TABLES_NEXT_TO_CODE +import Constants ( wORD_SIZE ) +#endif + import GHC.Arr ( Array(..) ) import GHC.Exts import GHC.IOBase ( IO(IO) )