aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
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