add missing imports

This commit is contained in:
Joey Hess 2012-07-18 18:29:33 -04:00
parent f2ed3d6c8e
commit f520a2c103
3 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ import Utility.Types.DirWatcher
import Annex.BranchState
import Data.Map as M
import System.Posix.Process
{- This thread watches for changes to the gitAnnexTransferDir,
- and updates the DaemonStatus's map of ongoing transfers. -}