From: Simon Marlow Date: Mon, 3 Aug 2009 13:11:21 +0000 (+0000) Subject: Windows build fix, following RTS tidyup X-Git-Tag: ghc-darcs-git-switchover~338 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a7a2f5e4c26b26d2cc9b4738b12999f64a89ae78;p=ghc-base.git Windows build fix, following RTS tidyup --- diff --git a/GHC/ConsoleHandler.hs b/GHC/ConsoleHandler.hs index e4b1d03..ed6eb2b 100644 --- a/GHC/ConsoleHandler.hs +++ b/GHC/ConsoleHandler.hs @@ -26,7 +26,7 @@ module GHC.ConsoleHandler ) where {- -#include "Signals.h" +#include "rts/Signals.h" -} import Foreign