aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-16 16:15:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-16 16:15:32 -0400
commit06d16b62c2d49b0aae50966a85b7e1b708cd0884 (patch)
tree66372fc2699596945809928787f242f7790e8088
parent9f8b25b54f2e2eb2578b16296ce2650416579dc9 (diff)
fix windows build
-rw-r--r--Annex/Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs
index 14b39629e..7501d9b8f 100644
--- a/Annex/Init.hs
+++ b/Annex/Init.hs
@@ -37,11 +37,11 @@ import Annex.Environment
import Annex.Hook
import Annex.InodeSentinal
import Upgrade
+import Annex.Perms
import qualified Database.Keys
#ifndef mingw32_HOST_OS
import Utility.UserInfo
import Utility.FileMode
-import Annex.Perms
import System.Posix.User
import qualified Utility.LockFile.Posix as Posix
#endif