summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-21 13:07:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-21 13:07:43 -0400
commit18d4850fa423c3b31a78c23d7ac1e23161e6c7b7 (patch)
treef3bb6bed66025c467c281b0446b542b8f4d43c25
parent75002b45b04961beca948dda19b9ab6439953001 (diff)
fix windows build
-rw-r--r--Git/Construct.hs2
1 files changed, 2 insertions, 0 deletions
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