fix windows build
This commit is contained in:
parent
339a3b8ab0
commit
3e4cb0e7f9
1 changed files with 2 additions and 3 deletions
|
@ -19,12 +19,11 @@ import Annex
|
||||||
import Types.LockPool
|
import Types.LockPool
|
||||||
import qualified Git
|
import qualified Git
|
||||||
import Annex.Exception
|
import Annex.Exception
|
||||||
|
import Annex.Perms
|
||||||
|
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
|
|
||||||
#ifndef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
import Annex.Perms
|
|
||||||
#else
|
|
||||||
import Utility.WinLock
|
import Utility.WinLock
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue