From fec69920ee6bbdec23168505f9eb55dadb24b757 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 16 Jan 2008 17:41:49 +0000 Subject: [PATCH] Add a missing import --- compiler/ghci/InteractiveUI.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index e7df1bd..b017560 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -54,6 +54,7 @@ import System.Posix hiding (getEnv) #else import GHC.ConsoleHandler ( flushConsole ) import qualified System.Win32 +import System.FilePath #endif #ifdef USE_READLINE -- 1.7.10.4