summaryrefslogtreecommitdiff
path: root/Command/Watch.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-09 14:06:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-09 14:06:56 -0400
commit7f823b56af88f28eee450fa39b7aa691a6745e92 (patch)
tree4906972185d2fdbe9970e69073833ed7e523bb0e /Command/Watch.hs
parentd45a9a7831a567c548f2552e1470d72f1966fffd (diff)
fix non-linux build
Diffstat (limited to 'Command/Watch.hs')
-rw-r--r--Command/Watch.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/Watch.hs b/Command/Watch.hs
index c5d824864..f9daa1a99 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