From 5e658a94fe82b696c670ab9423a32694d6f00980 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Nov 2004 16:00:06 +0000 Subject: [PATCH] [project @ 2004-11-26 16:00:06 by simonmar] more make -j fixing --- GHC/ConsoleHandler.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GHC/ConsoleHandler.hs b/GHC/ConsoleHandler.hs index 70128b4..1a713f4 100644 --- a/GHC/ConsoleHandler.hs +++ b/GHC/ConsoleHandler.hs @@ -15,6 +15,7 @@ module GHC.ConsoleHandler #ifndef mingw32_TARGET_OS where +import Prelude -- necessary to get dependencies right #else /* whole file */ ( Handler(..) , installHandler @@ -25,6 +26,8 @@ module GHC.ConsoleHandler #include "Signals.h" -} +import Prelude -- necessary to get dependencies right + import Foreign import Foreign.C -- 1.7.10.4