fix windows build
This commit is contained in:
parent
8e21d26cd1
commit
43ed9c7383
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue