diff options
-rw-r--r-- | git-annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.hs b/git-annex.hs index e30d320b9..e9e8e7bc3 100644 --- a/git-annex.hs +++ b/git-annex.hs @@ -19,7 +19,7 @@ import Utility.FileSystemEncoding #ifdef mingw32_HOST_OS import Utility.UserInfo -import Utility.Env +import Utility.Env.Set #endif main :: IO () |