[project @ 2000-12-08 12:18:19 by rrt]
authorrrt <unknown>
Fri, 8 Dec 2000 12:18:19 +0000 (12:18 +0000)
committerrrt <unknown>
Fri, 8 Dec 2000 12:18:19 +0000 (12:18 +0000)
Add #include of ghc/includes/config.h so tests of TARGET_OS_mingw32 work.

ghc/compiler/utils/Util.lhs

index cb2c5b6..b351729 100644 (file)
@@ -66,6 +66,7 @@ module Util (
 
     ) where
 
+#include "../includes/config.h"
 #include "HsVersions.h"
 
 import List            ( zipWith4 )