summaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r--Annex/Ssh.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs
index 4fdac28ad..6fd2c556c 100644
--- a/Annex/Ssh.hs
+++ b/Annex/Ssh.hs
@@ -19,11 +19,13 @@ import Data.Hash.MD5
import Common.Annex
import Annex.LockPool
-import Annex.Perms
import qualified Build.SysConfig as SysConfig
import qualified Annex
import Config
import Utility.Env
+#ifndef mingw32_HOST_OS
+import Annex.Perms
+#endif
{- Generates parameters to ssh to a given host (or user@host) on a given
- port, with connection caching. -}