aboutsummaryrefslogtreecommitdiff
path: root/Utility/ThreadScheduler.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-26 11:08:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-26 11:08:18 -0400
commitf4b096950a7826b244d21a88ea97ba6c753c2bc8 (patch)
tree34eb5f96fde4baa574c116a473c2ca734135230e /Utility/ThreadScheduler.hs
parentbc1aa745b09b3fb38a31379c4bf87e2341948aee (diff)
typo
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r--Utility/ThreadScheduler.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs
index b7ac93fd7..a7b3f5d8f 100644
--- a/Utility/ThreadScheduler.hs
+++ b/Utility/ThreadScheduler.hs
@@ -17,6 +17,7 @@ import System.Posix.Signals
#ifndef __ANDROID__
#ifndef __WINDOWS__
import System.Posix.Terminal
+#endif
#else
#endif