diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-19 02:40:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-19 02:40:21 -0400 |
commit | 57cf65eb6d811ba7fd19eb62a54e3b83a0c2dfa7 (patch) | |
tree | 7711cef2d303fc485185f636c0e364e4f9cee0c5 /Assistant.hs | |
parent | 4ab9449cee0cb1377a768b44fe832282ac1f88b9 (diff) |
fix kevent symlink creation
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs index 880d3eb5e..e924d9477 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -46,6 +46,7 @@ module Assistant where import Common.Annex import Assistant.ThreadedMonad import Assistant.DaemonStatus +import Assistant.Changes import Assistant.Watcher import Assistant.Committer import Assistant.SanityChecker |