From: rrt Date: Fri, 8 Dec 2000 12:18:19 +0000 (+0000) Subject: [project @ 2000-12-08 12:18:19 by rrt] X-Git-Tag: Approximately_9120_patches~3158 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fefbb197c46d4b77bc80fee220e711d135004e1b;p=ghc-hetmet.git [project @ 2000-12-08 12:18:19 by rrt] Add #include of ghc/includes/config.h so tests of TARGET_OS_mingw32 work. --- 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 )