diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-04 13:12:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-04 13:18:05 -0400 |
commit | 381c1f7634e20a2faa0b15255870f9dbf745f230 (patch) | |
tree | 52f5bd3a605dc89ca9d29d66b48c49e9956752ee /Creds.hs | |
parent | 9d06348fa368d502fd1330969cad3c0ea25286fa (diff) |
squash compiler warnings on Windows
Diffstat (limited to 'Creds.hs')
-rw-r--r-- | Creds.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,7 +15,9 @@ import Utility.FileMode import Crypto import Types.Remote (RemoteConfig, RemoteConfigKey) import Remote.Helper.Encryptable (remoteCipher, embedCreds) +#ifndef mingw32_HOST_OS import Utility.Env (setEnv) +#endif import System.Environment import qualified Data.ByteString.Lazy.Char8 as L |