fix windows build

This commit is contained in:
Joey Hess 2014-04-02 17:21:36 -04:00
parent 8e21d26cd1
commit 43ed9c7383
Failed to extract signature

View file

@ -12,9 +12,11 @@ module Utility.ThreadScheduler where
import Control.Monad
import Control.Monad.IfElse
import System.Posix.IO
import Control.Concurrent
#ifndef mingw32_HOST_OS
import System.Posix.IO
#endif
#ifndef mingw32_HOST_OS
import System.Posix.Signals
#ifndef __ANDROID__
import System.Posix.Terminal