From 66460ac0158b60fcba65fc68fa83d234cad9e318 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jan 2014 15:24:22 -0400 Subject: fix windows build --- Utility/Daemon.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') 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. -- cgit v1.2.3