From 18d4850fa423c3b31a78c23d7ac1e23161e6c7b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 May 2013 13:07:43 -0400 Subject: fix windows build --- Git/Construct.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Git') diff --git a/Git/Construct.hs b/Git/Construct.hs index 5b2ec6f12..6f58e9b28 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 -- cgit v1.2.3