From 3e7d7ebe11caa93afab6af387443bb2819664be0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 19:39:22 -0400 Subject: missing import --- Git/Command.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Git') diff --git a/Git/Command.hs b/Git/Command.hs index 6fe75f1d4..6b9e1656a 100644 --- a/Git/Command.hs +++ b/Git/Command.hs @@ -15,6 +15,9 @@ import Common import Git import Git.Types import qualified Utility.CoProcess as CoProcess +#ifdef mingw32_HOST_OS +import Git.Filename +#endif {- Constructs a git command line operating on the specified repo. -} gitCommandLine :: [CommandParam] -> Repo -> [CommandParam] -- cgit v1.2.3