fix windows build some more
authorJoey Hess <joeyh@joeyh.name>
Fri, 20 Mar 2020 15:47:09 +0000 (11:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 20 Mar 2020 15:47:09 +0000 (11:47 -0400)
Annex/Ssh.hs

index e7c2114b6f8028d8950346e04cb83c82789d1875..08af09d056fb7966b7a99e0c177f37df58e595ee 100644 (file)
@@ -37,8 +37,8 @@ import Types.CleanupActions
 import Types.Concurrency
 import Git.Env
 import Git.Ssh
-#ifndef mingw32_HOST_OS
 import Annex.Perms
+#ifndef mingw32_HOST_OS
 import Annex.LockPool
 #endif