windows build fix
This commit is contained in:
parent
39c91f91a9
commit
999a6f0541
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
|||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Utility.Daemon (
|
||||
#ifndef mingw32_HOST_OS
|
||||
daemonize,
|
||||
#endif
|
||||
foreground,
|
||||
checkDaemon,
|
||||
stopDaemon,
|
||||
|
|
Loading…
Reference in a new issue