fix non-linux build

This commit is contained in:
Joey Hess 2012-06-09 14:06:56 -04:00
parent d45a9a7831
commit 7f823b56af

View file

@ -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