aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Terminal.hsc
diff options
context:
space:
mode:
authorGravatar Simon Marlow <marlowsd@gmail.com>2011-11-28 09:35:36 +0000
committerGravatar Simon Marlow <marlowsd@gmail.com>2011-11-28 09:35:36 +0000
commit06edcfac35646d8d4735de62dd14efcb7735ff0d (patch)
treee69bff7c3bcabc823c27886d1f1de0054fe30647 /System/Posix/Terminal.hsc
parentc849742c76d77a8910aff0f48db684b31bbd5382 (diff)
Fix Solaris breakage (I hope)
Diffstat (limited to 'System/Posix/Terminal.hsc')
-rw-r--r--System/Posix/Terminal.hsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/System/Posix/Terminal.hsc b/System/Posix/Terminal.hsc
index 5657662..b00c6d6 100644
--- a/System/Posix/Terminal.hsc
+++ b/System/Posix/Terminal.hsc
@@ -77,6 +77,7 @@ import Foreign
import Foreign.C
import System.Posix.Terminal.Common
import System.Posix.Types
+import System.Posix.IO
#if __GLASGOW_HASKELL__ > 700
import System.Posix.Internals (withFilePath, peekFilePath)