[project @ 2001-02-05 17:58:06 by rrt]
authorrrt <unknown>
Mon, 5 Feb 2001 17:58:06 +0000 (17:58 +0000)
committerrrt <unknown>
Mon, 5 Feb 2001 17:58:06 +0000 (17:58 +0000)
Make sure config.h is included to garner vital symbols.

ghc/compiler/nativeGen/MachMisc.lhs

index 9aba016..f7538bb 100644 (file)
@@ -36,7 +36,7 @@ module MachMisc (
     ) where
 
 #include "HsVersions.h"
--- #include "config.h"
+#include "../includes/config.h"
 
 import AbsCSyn         ( MagicId(..) ) 
 import AbsCUtils       ( magicIdPrimRep )