diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-04 19:43:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-04 19:43:29 -0400 |
commit | cbf16f1967c247dfd41bc264fc994b6dae2620f9 (patch) | |
tree | e2401d09114e05fad32912db0a50a8af1ba404bc /Command/Watch.hs | |
parent | ec98581112070244d5cdd69d4228aeab856ce3eb (diff) |
refactor
Diffstat (limited to 'Command/Watch.hs')
-rw-r--r-- | Command/Watch.hs | 1 |
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 |