From 6684d8e2417a645e2e6c6af442efe13539276acc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jul 2014 15:37:25 -0400 Subject: fix windows build --- Annex/Direct.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Annex/Direct.hs b/Annex/Direct.hs index c41f9cf49..9a305aab4 100644 --- a/Annex/Direct.hs +++ b/Annex/Direct.hs @@ -38,6 +38,9 @@ import Annex.Exception import Annex.VariantFile import Git.Index import Annex.Index +#ifdef mingw32_HOST_OS +import Utility.WinLock +#endif {- Uses git ls-files to find files that need to be committed, and stages - them into the index. Returns True if some changes were staged. -} -- cgit v1.2.3