From 7f823b56af88f28eee450fa39b7aa691a6745e92 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 9 Jun 2012 14:06:56 -0400 Subject: [PATCH] fix non-linux build --- Command/Watch.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command/Watch.hs b/Command/Watch.hs index c5d824864e..f9daa1a99c 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -12,7 +12,9 @@ module Command.Watch where import Common.Annex import Command +#if defined linux_HOST_OS import Utility.Inotify +#endif import Utility.ThreadLock import qualified Annex import qualified Annex.Queue