fix android build

This commit is contained in:
Joey Hess 2016-02-29 11:43:22 -04:00
parent 36ba39c4f3
commit 955ab3a973
Failed to extract signature

View file

@ -12,6 +12,9 @@ module Git.Env where
import Git
import Git.Types
import Utility.Env
#ifdef __ANDROID__
import Common
#endif
{- Adjusts the gitEnv of a Repo. Copies the system environment if the repo
- does not have any gitEnv yet. -}