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 qualified Git
|
||||
import Annex.Exception
|
||||
import Annex.Perms
|
||||
|
||||
import qualified Data.Map as M
|
||||
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Annex.Perms
|
||||
#else
|
||||
#ifdef mingw32_HOST_OS
|
||||
import Utility.WinLock
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue