From 2f28236aabb388c8b43d5f327bfaa62a9bf51cd3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 19 Apr 2002 12:26:47 +0000 Subject: [PATCH] [project @ 2002-04-19 12:26:47 by simonmar] #include "../includes/config.h", because we use WORDS_BIGENDIAN. (from Wolfgang Thaller) --- ghc/compiler/absCSyn/AbsCUtils.lhs | 1 + 1 file changed, 1 insertion(+) 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 ) -- 1.7.10.4