From 999a6f05414a9b74aac0ba7e3f9fdea1e6c440da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jan 2020 13:05:23 -0400 Subject: [PATCH] windows build fix --- Utility/Daemon.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 2bf857f7eb..d4f060e6bb 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -8,7 +8,9 @@ {-# LANGUAGE CPP #-} module Utility.Daemon ( +#ifndef mingw32_HOST_OS daemonize, +#endif foreground, checkDaemon, stopDaemon,