projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a5467
)
fix windows build some more
author
Joey Hess
<joeyh@joeyh.name>
Fri, 20 Mar 2020 15:47:09 +0000
(11:47 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 20 Mar 2020 15:47:09 +0000
(11:47 -0400)
Annex/Ssh.hs
patch
|
blob
|
history
diff --git
a/Annex/Ssh.hs
b/Annex/Ssh.hs
index e7c2114b6f8028d8950346e04cb83c82789d1875..08af09d056fb7966b7a99e0c177f37df58e595ee 100644
(file)
--- a/
Annex/Ssh.hs
+++ b/
Annex/Ssh.hs
@@
-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