From 29612e3ba94b02d0abbbe98b3cebddee1833a2a7 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 20 Dec 2000 15:44:29 +0000 Subject: [PATCH] [project @ 2000-12-20 15:44:29 by rrt] #include config.hs so that tests of mingw32_TARGET_OS work. --- ghc/compiler/main/DriverPipeline.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index 74d0b0a..5371181 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverPipeline.hs,v 1.43 2000/12/18 15:17:46 simonmar Exp $ +-- $Id: DriverPipeline.hs,v 1.44 2000/12/20 15:44:29 rrt Exp $ -- -- GHC Driver -- @@ -7,6 +7,8 @@ -- ----------------------------------------------------------------------------- +#include "../includes/config.h" + module DriverPipeline ( -- interfaces for the batch-mode driver -- 1.7.10.4