summaryrefslogtreecommitdiff
path: root/Limit.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:12:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:18:05 -0400
commit381c1f7634e20a2faa0b15255870f9dbf745f230 (patch)
tree52f5bd3a605dc89ca9d29d66b48c49e9956752ee /Limit.hs
parent9d06348fa368d502fd1330969cad3c0ea25286fa (diff)
squash compiler warnings on Windows
Diffstat (limited to 'Limit.hs')
-rw-r--r--Limit.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Limit.hs b/Limit.hs
index 5f477b59e..71dbce168 100644
--- a/Limit.hs
+++ b/Limit.hs
@@ -35,9 +35,11 @@ import Utility.DataUnits
import Text.Regex.TDFA
import Text.Regex.TDFA.String
#else
+#ifndef mingw32_HOST_OS
import System.Path.WildMatch
import Types.FileMatcher
#endif
+#endif
type MatchFiles = AssumeNotPresent -> FileInfo -> Annex Bool
type MkLimit = String -> Either String MatchFiles