diff options
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r-- | Annex/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs index 3b7bd7d69..15b169862 100644 --- a/Annex/Ssh.hs +++ b/Annex/Ssh.hs @@ -35,9 +35,9 @@ import Config.Files import Utility.Env import Types.CleanupActions import Annex.Index (addGitEnv) -import Utility.LockFile #ifndef mingw32_HOST_OS import Annex.Perms +import Utility.LockFile #endif {- Generates parameters to ssh to a given host (or user@host) on a given |