fix windows build
This commit is contained in:
parent
efd14dfc37
commit
1ad3c1b2b3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import Utility.LogFile
|
||||||
import System.Posix
|
import System.Posix
|
||||||
import Control.Concurrent.Async
|
import Control.Concurrent.Async
|
||||||
#else
|
#else
|
||||||
import System.PosixCompat
|
import System.PosixCompat.Types
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{- Run an action as a daemon, with all output sent to a file descriptor.
|
{- Run an action as a daemon, with all output sent to a file descriptor.
|
||||||
|
|
Loading…
Reference in a new issue