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 #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
module Utility.Daemon (
|
module Utility.Daemon (
|
||||||
|
#ifndef mingw32_HOST_OS
|
||||||
daemonize,
|
daemonize,
|
||||||
|
#endif
|
||||||
foreground,
|
foreground,
|
||||||
checkDaemon,
|
checkDaemon,
|
||||||
stopDaemon,
|
stopDaemon,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue