fix windows build

This commit is contained in:
Joey Hess 2014-07-09 15:37:25 -04:00
parent 566e8041ae
commit 84186ee626

View file

@ -38,6 +38,9 @@ import Annex.Exception
import Annex.VariantFile
import Git.Index
import Annex.Index
#ifdef mingw32_HOST_OS
import Utility.WinLock
#endif
{- Uses git ls-files to find files that need to be committed, and stages
- them into the index. Returns True if some changes were staged. -}