aboutsummaryrefslogtreecommitdiff
path: root/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git.hs')
-rw-r--r--Git.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Git.hs b/Git.hs
index 513f052a3..cad466853 100644
--- a/Git.hs
+++ b/Git.hs
@@ -38,7 +38,9 @@ import System.Posix.Files
import Common
import Git.Types
+#ifndef mingw32_HOST_OS
import Utility.FileMode
+#endif
{- User-visible description of a git repo. -}
repoDescribe :: Repo -> String