Add a missing import
authorIan Lynagh <igloo@earth.li>
Wed, 16 Jan 2008 17:41:49 +0000 (17:41 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 16 Jan 2008 17:41:49 +0000 (17:41 +0000)
compiler/ghci/InteractiveUI.hs

index e7df1bd..b017560 100644 (file)
@@ -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