fix windows build

This commit is contained in:
Joey Hess 2013-05-21 13:07:43 -04:00
parent 822a8c0ff8
commit 25dba9da24

View file

@ -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