summaryrefslogtreecommitdiff
path: root/Utility/ThreadScheduler.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-10 10:46:36 -0300
committerJoey Hess2014-05-10 10:46:36 -0300
commitdd0e3495cc6bf05eee99ecd437ad67bf5f4842c0 (patch)
treebb98422e69b5933bf3da74b142c87aba549ce86d /Utility/ThreadScheduler.hs
parentc2375ae087903fb2c956eb046adf857b6b2f4ae2 (diff)
merge from git-annex
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r--Utility/ThreadScheduler.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs
index 9d4cfd0a..dd88dc87 100644
--- a/Utility/ThreadScheduler.hs
+++ b/Utility/ThreadScheduler.hs
@@ -11,9 +11,11 @@
module Utility.ThreadScheduler where
import Control.Monad
+import Control.Concurrent
+#ifndef mingw32_HOST_OS
import Control.Monad.IfElse
import System.Posix.IO
-import Control.Concurrent
+#endif
#ifndef mingw32_HOST_OS
import System.Posix.Signals
#ifndef __ANDROID__