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