diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-10 10:46:36 -0300 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-10 10:46:36 -0300 |
| commit | dd0e3495cc6bf05eee99ecd437ad67bf5f4842c0 (patch) | |
| tree | bb98422e69b5933bf3da74b142c87aba549ce86d /Utility/ThreadScheduler.hs | |
| parent | c2375ae087903fb2c956eb046adf857b6b2f4ae2 (diff) | |
merge from git-annex
Diffstat (limited to 'Utility/ThreadScheduler.hs')
| -rw-r--r-- | Utility/ThreadScheduler.hs | 4 |
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__ |
