From dd0e3495cc6bf05eee99ecd437ad67bf5f4842c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 May 2014 10:46:36 -0300 Subject: merge from git-annex --- Utility/ThreadScheduler.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Utility/ThreadScheduler.hs') 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__ -- cgit v1.2.3