aboutsummaryrefslogtreecommitdiff
path: root/Command/EnableTor.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 15:14:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-06 15:14:53 -0400
commit18395df2e1007d872cf63d895fe6343e7e4dd473 (patch)
tree5fb6cc590c148313a3637512fdefa20c15d9c226 /Command/EnableTor.hs
parent24aa7b9fc80f7dc62a6db3a715c7aaa8dc5bbe1f (diff)
refactor
Diffstat (limited to 'Command/EnableTor.hs')
-rw-r--r--Command/EnableTor.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/EnableTor.hs b/Command/EnableTor.hs
index b73d00277..6ddf3e136 100644
--- a/Command/EnableTor.hs
+++ b/Command/EnableTor.hs
@@ -21,6 +21,7 @@ import Config.Files
import P2P.IO
import qualified P2P.Protocol as P2P
import Utility.ThreadScheduler
+import RemoteDaemon.Transport.Tor
import Control.Concurrent.Async
import qualified Network.Socket as S