From: Michael D. Adams Date: Wed, 23 May 2007 11:28:30 +0000 (+0000) Subject: Fixed missing '#include "HsVersions.h"' X-Git-Tag: Before_type_family_merge~634 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b3ccd6d5a4366dc8089fd9c49f5edf43077de009 Fixed missing '#include "HsVersions.h"' --- diff --git a/compiler/cmm/CmmLive.hs b/compiler/cmm/CmmLive.hs index 771d476..8d13505 100644 --- a/compiler/cmm/CmmLive.hs +++ b/compiler/cmm/CmmLive.hs @@ -4,6 +4,8 @@ module CmmLive ( cmmFormalsToLiveLocals ) where +#include "HsVersions.h" + import Cmm import Dataflow