From fefbb197c46d4b77bc80fee220e711d135004e1b Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 8 Dec 2000 12:18:19 +0000 Subject: [PATCH] [project @ 2000-12-08 12:18:19 by rrt] Add #include of ghc/includes/config.h so tests of TARGET_OS_mingw32 work. --- ghc/compiler/utils/Util.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/utils/Util.lhs b/ghc/compiler/utils/Util.lhs index cb2c5b6..b351729 100644 --- a/ghc/compiler/utils/Util.lhs +++ b/ghc/compiler/utils/Util.lhs @@ -66,6 +66,7 @@ module Util ( ) where +#include "../includes/config.h" #include "HsVersions.h" import List ( zipWith4 ) -- 1.7.10.4