summaryrefslogtreecommitdiff
path: root/Command/Watch.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-04 19:43:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-04 19:43:29 -0400
commitcbf16f1967c247dfd41bc264fc994b6dae2620f9 (patch)
treee2401d09114e05fad32912db0a50a8af1ba404bc /Command/Watch.hs
parentec98581112070244d5cdd69d4228aeab856ce3eb (diff)
refactor
Diffstat (limited to 'Command/Watch.hs')
-rw-r--r--Command/Watch.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Watch.hs b/Command/Watch.hs
index 4a0ee6640..31f171669 100644
--- a/Command/Watch.hs
+++ b/Command/Watch.hs
@@ -11,6 +11,7 @@ import CmdLine
import Common.Annex
import Command
import Utility.Inotify
+import Utility.ThreadLock
import qualified Annex
import qualified Command.Add as Add
import qualified Git.Command