From 78bbce57e04a29541b7343f0b188a20cef956187 Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Wed, 23 Apr 2008 04:28:20 +0000 Subject: Include HsVersions.h where necessary --- compiler/cmm/CLabel.hs | 2 ++ compiler/cmm/PprC.hs | 2 ++ 2 files changed, 4 insertions(+) (limited to 'compiler/cmm') 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 -- cgit v1.2.1