summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-05 11:19:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-05 11:19:29 -0400
commit11969473ee09635a35b185c4ad93f1cef0034e41 (patch)
treef1a2aa31341ac3cd7b8ae811a8aefc8061ddd2ce /Command
parente6f5736b7299eef5f25fae79a26e9f4c7363ce9d (diff)
fix windows build
Diffstat (limited to 'Command')
-rw-r--r--Command/Multicast.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Multicast.hs b/Command/Multicast.hs
index 3fb2f6e79..5588a0a50 100644
--- a/Command/Multicast.hs
+++ b/Command/Multicast.hs
@@ -15,10 +15,10 @@ import Annex.Multicast
import Annex.WorkTree
import Annex.Content
import Annex.UUID
-#ifndef mingw32_HOST_OS
-import Creds
import Annex.Perms
import Utility.FileMode
+#ifndef mingw32_HOST_OS
+import Creds
#endif
import qualified Limit
import Types.FileMatcher