aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:14:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:14:10 -0400
commitbb5178557d8563608be7e9e04a4916fd2048d176 (patch)
tree0013232fca756f278dd44fefc45a18a1a9d35289 /Command
parentb9d5a5fd5e9631840857878935c3727217f12b9a (diff)
clean up build warnings on Windows
Diffstat (limited to 'Command')
-rw-r--r--Command/EnableTor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/EnableTor.hs b/Command/EnableTor.hs
index 7af627725..7076a9a73 100644
--- a/Command/EnableTor.hs
+++ b/Command/EnableTor.hs
@@ -15,7 +15,9 @@ import P2P.Address
import P2P.Annex
import Utility.Tor
import Annex.UUID
+#ifndef mingw32_HOST_OS
import Config.Files
+#endif
import P2P.IO
import qualified P2P.Protocol as P2P
import Utility.ThreadScheduler