From: simonmar Date: Fri, 19 Apr 2002 12:26:47 +0000 (+0000) Subject: [project @ 2002-04-19 12:26:47 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2135 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2f28236aabb388c8b43d5f327bfaa62a9bf51cd3;p=ghc-hetmet.git [project @ 2002-04-19 12:26:47 by simonmar] #include "../includes/config.h", because we use WORDS_BIGENDIAN. (from Wolfgang Thaller) --- diff --git a/ghc/compiler/absCSyn/AbsCUtils.lhs b/ghc/compiler/absCSyn/AbsCUtils.lhs index c6f5fc8..5643da8 100644 --- a/ghc/compiler/absCSyn/AbsCUtils.lhs +++ b/ghc/compiler/absCSyn/AbsCUtils.lhs @@ -17,6 +17,7 @@ module AbsCUtils ( ) where #include "HsVersions.h" +#include "../includes/config.h" import AbsCSyn import CLabel ( mkMAP_FROZEN_infoLabel )