diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-29 15:24:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-29 15:24:22 -0400 |
commit | 66460ac0158b60fcba65fc68fa83d234cad9e318 (patch) | |
tree | 3d8859d69b47e05a8c7fcd1a96aab0825aa3750c /Utility | |
parent | 68c8f1d0844fb8fa306bbe05e96a5956c18e54e0 (diff) |
fix windows build
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Daemon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 8d402eb54..afba68535 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -18,7 +18,7 @@ import Utility.LogFile import System.Posix import Control.Concurrent.Async #else -import System.PosixCompat +import System.PosixCompat.Types #endif {- Run an action as a daemon, with all output sent to a file descriptor. |