diff options
Diffstat (limited to 'utils/genapply/Main.hs')
-rw-r--r-- | utils/genapply/Main.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs index f35897ba9d..270bc61615 100644 --- a/utils/genapply/Main.hs +++ b/utils/genapply/Main.hs @@ -12,8 +12,12 @@ -- for details module Main(main) where +-- We improperly include *HOST* macros for our target... #include "../../includes/ghcconfig.h" + +-- .. so that this header defines the right stuff. #include "../../includes/stg/HaskellMachRegs.h" + #include "../../includes/rts/Constants.h" -- Needed for TAG_BITS |