From fc6f459bd08befff5ccfb09575e41f3e02d5c361 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Feb 2016 11:43:22 -0400 Subject: fix android build --- Git/Env.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Git/Env.hs') diff --git a/Git/Env.hs b/Git/Env.hs index 0173513a7..b0070e9a1 100644 --- a/Git/Env.hs +++ b/Git/Env.hs @@ -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. -} -- cgit v1.2.3