diff options
author | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-04-23 04:28:20 +0000 |
---|---|---|
committer | Roman Leshchinskiy <rl@cse.unsw.edu.au> | 2008-04-23 04:28:20 +0000 |
commit | 78bbce57e04a29541b7343f0b188a20cef956187 (patch) | |
tree | 59f5b6fa01942bd2e45f1df909a4b194e83b6fb7 /compiler/nativeGen/PprMach.hs | |
parent | ba09ea0db4572548cb763f8518e78c23d32dc712 (diff) | |
download | haskell-78bbce57e04a29541b7343f0b188a20cef956187.tar.gz |
Include HsVersions.h where necessary
Diffstat (limited to 'compiler/nativeGen/PprMach.hs')
-rw-r--r-- | compiler/nativeGen/PprMach.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nativeGen/PprMach.hs b/compiler/nativeGen/PprMach.hs index 64fa024f37..a9621d4abc 100644 --- a/compiler/nativeGen/PprMach.hs +++ b/compiler/nativeGen/PprMach.hs @@ -24,6 +24,8 @@ module PprMach ( pprInstr, pprSize, pprUserReg ) where +#include "HsVersions.h" + import Cmm import MachOp ( MachRep(..), wordRep, isFloatingRep ) import MachRegs -- may differ per-platform |