diff options
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Command.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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] |