summaryrefslogtreecommitdiff
path: root/Utility/ThreadScheduler.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/ThreadScheduler.hs')
-rw-r--r--Utility/ThreadScheduler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/ThreadScheduler.hs b/Utility/ThreadScheduler.hs
index be0d10109..dd88dc879 100644
--- a/Utility/ThreadScheduler.hs
+++ b/Utility/ThreadScheduler.hs
@@ -11,9 +11,9 @@
module Utility.ThreadScheduler where
import Control.Monad
-import Control.Monad.IfElse
import Control.Concurrent
#ifndef mingw32_HOST_OS
+import Control.Monad.IfElse
import System.Posix.IO
#endif
#ifndef mingw32_HOST_OS