summaryrefslogtreecommitdiff
path: root/Git/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/Command.hs')
-rw-r--r--Git/Command.hs3
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]