aboutsummaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-16 13:22:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-16 13:22:27 -0400
commit7051b6b3899122827aefac7408721d46aaa22394 (patch)
tree92d5a0bd1286c2c3148490d31f74ce761f8e23ee /Assistant.hs
parentbe097af93162c9bb2d4cdff2e1a836505c3144c7 (diff)
fix windows build
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index b95348604..fb04f5110 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -56,6 +56,7 @@ import Annex.Perms
import Utility.LogFile
#ifdef mingw32_HOST_OS
import Utility.Env
+import Annex.Path
import Config.Files
import System.Environment (getArgs)
#endif