[project @ 2002-04-19 12:26:47 by simonmar]
authorsimonmar <unknown>
Fri, 19 Apr 2002 12:26:47 +0000 (12:26 +0000)
committersimonmar <unknown>
Fri, 19 Apr 2002 12:26:47 +0000 (12:26 +0000)
#include "../includes/config.h", because we use WORDS_BIGENDIAN.

(from Wolfgang Thaller)

ghc/compiler/absCSyn/AbsCUtils.lhs

index c6f5fc8..5643da8 100644 (file)
@@ -17,6 +17,7 @@ module AbsCUtils (
     ) where
 
 #include "HsVersions.h"
+#include "../includes/config.h"
 
 import AbsCSyn
 import CLabel          ( mkMAP_FROZEN_infoLabel )