diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-06-13 14:54:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 14:54:34 -0400 |
commit | 0fda7efadcdd49f2108fefc9f537afde8f2ae4c4 (patch) | |
tree | 0a5c8ab1d496066f529c626b1fb2c85c58206c6d /Annex | |
parent | 37bd89a12c4fa8cae1a3fe04738ae4660a226912 (diff) |
fix build on windows
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Init.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs index 08dd91a71..ead638990 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -40,8 +40,8 @@ import Annex.InodeSentinal import Upgrade import Annex.Perms import qualified Database.Keys -#ifndef mingw32_HOST_OS import Utility.UserInfo +#ifndef mingw32_HOST_OS import Utility.FileMode import System.Posix.User import qualified Utility.LockFile.Posix as Posix |