diff options
Diffstat (limited to 'Remote/Helper')
-rw-r--r-- | Remote/Helper/Hooks.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs index dfc543d0a..96081b024 100644 --- a/Remote/Helper/Hooks.hs +++ b/Remote/Helper/Hooks.hs @@ -15,7 +15,9 @@ import Common.Annex import Types.Remote import qualified Annex import Annex.LockPool +#ifndef mingw32_HOST_OS import Annex.Perms +#endif {- Modifies a remote's access functions to first run the - annex-start-command hook, and trigger annex-stop-command on shutdown. |