From: rrt Date: Mon, 5 Feb 2001 17:58:06 +0000 (+0000) Subject: [project @ 2001-02-05 17:58:06 by rrt] X-Git-Tag: Approximately_9120_patches~2744 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4205ea4a99bf3359844b401692bcb2f9950ae4df;p=ghc-hetmet.git [project @ 2001-02-05 17:58:06 by rrt] Make sure config.h is included to garner vital symbols. --- diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs index 9aba016..f7538bb 100644 --- a/ghc/compiler/nativeGen/MachMisc.lhs +++ b/ghc/compiler/nativeGen/MachMisc.lhs @@ -36,7 +36,7 @@ module MachMisc ( ) where #include "HsVersions.h" --- #include "config.h" +#include "../includes/config.h" import AbsCSyn ( MagicId(..) ) import AbsCUtils ( magicIdPrimRep )