From a7a2f5e4c26b26d2cc9b4738b12999f64a89ae78 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 3 Aug 2009 13:11:21 +0000 Subject: [PATCH] Windows build fix, following RTS tidyup --- GHC/ConsoleHandler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4