summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Branch.hs')
-rwxr-xr-xAnnex/Branch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs
index 2304a3e49..3788358f2 100755
--- a/Annex/Branch.hs
+++ b/Annex/Branch.hs
@@ -24,7 +24,7 @@ module Annex.Branch (
) where
import qualified Data.ByteString.Lazy.Char8 as L
-#if 0
+#ifndef mingw32_HOST_OS
import System.Posix.Env
#endif