From 25dba9da249a17242decd547aebb26fba5a99a13 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 May 2013 13:07:43 -0400 Subject: [PATCH] fix windows build --- Git/Construct.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Git/Construct.hs b/Git/Construct.hs index 5b2ec6f12c..6f58e9b289 100644 --- a/Git/Construct.hs +++ b/Git/Construct.hs @@ -27,6 +27,8 @@ module Git.Construct ( #ifndef __WINDOWS__ import System.Posix.User +#else +import Git.FilePath #endif import qualified Data.Map as M hiding (map, split) import Network.URI