diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-21 13:07:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-21 13:07:43 -0400 |
commit | 18d4850fa423c3b31a78c23d7ac1e23161e6c7b7 (patch) | |
tree | f3bb6bed66025c467c281b0446b542b8f4d43c25 /Git/Construct.hs | |
parent | 75002b45b04961beca948dda19b9ab6439953001 (diff) |
fix windows build
Diffstat (limited to 'Git/Construct.hs')
-rw-r--r-- | Git/Construct.hs | 2 |
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 |