From 4205ea4a99bf3359844b401692bcb2f9950ae4df Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 5 Feb 2001 17:58:06 +0000 Subject: [PATCH] [project @ 2001-02-05 17:58:06 by rrt] Make sure config.h is included to garner vital symbols. --- ghc/compiler/nativeGen/MachMisc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4