diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-09 14:06:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-09 14:06:56 -0400 |
commit | 7f823b56af88f28eee450fa39b7aa691a6745e92 (patch) | |
tree | 4906972185d2fdbe9970e69073833ed7e523bb0e /Command | |
parent | d45a9a7831a567c548f2552e1470d72f1966fffd (diff) |
fix non-linux build
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Watch.hs | 2 |
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 |