[project @ 2000-12-20 15:44:29 by rrt]
authorrrt <unknown>
Wed, 20 Dec 2000 15:44:29 +0000 (15:44 +0000)
committerrrt <unknown>
Wed, 20 Dec 2000 15:44:29 +0000 (15:44 +0000)
#include config.hs so that tests of mingw32_TARGET_OS work.

ghc/compiler/main/DriverPipeline.hs

index 74d0b0a..5371181 100644 (file)
@@ -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