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/cmm | |
parent | ba09ea0db4572548cb763f8518e78c23d32dc712 (diff) | |
download | haskell-78bbce57e04a29541b7343f0b188a20cef956187.tar.gz |
Include HsVersions.h where necessary
Diffstat (limited to 'compiler/cmm')
-rw-r--r-- | compiler/cmm/CLabel.hs | 2 | ||||
-rw-r--r-- | compiler/cmm/PprC.hs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs index 3c06129120..cb07d067dd 100644 --- a/compiler/cmm/CLabel.hs +++ b/compiler/cmm/CLabel.hs @@ -111,6 +111,8 @@ module CLabel ( pprCLabel ) where +#include "HsVersions.h" + import StaticFlags import Packages import DataCon diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs index 7c4ca1c509..3673e7cdbd 100644 --- a/compiler/cmm/PprC.hs +++ b/compiler/cmm/PprC.hs @@ -30,6 +30,8 @@ module PprC ( pprStringInCStyle ) where +#include "HsVersions.h" + -- Cmm stuff import Cmm import CLabel |