From 1ad3c1b2b30eb93fc34113a06af74521bc7322ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jan 2014 15:24:22 -0400 Subject: [PATCH] fix windows build --- Utility/Daemon.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 8d402eb545..afba68535f 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.