aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Threads/PairListener.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-08 15:21:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-08 15:21:34 -0400
commit61ee1e16602900b279b96eb6e53192b1181ad581 (patch)
tree4f42855a21841d5e250f17d1d5f945f303c3fb0c /Assistant/Threads/PairListener.hs
parent0f0c7f8d701f813f226424d5ae2f21f40a983536 (diff)
fix build without pairing support
Diffstat (limited to 'Assistant/Threads/PairListener.hs')
-rw-r--r--Assistant/Threads/PairListener.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/PairListener.hs b/Assistant/Threads/PairListener.hs
index f76f0ed4e..bb9ab6d0f 100644
--- a/Assistant/Threads/PairListener.hs
+++ b/Assistant/Threads/PairListener.hs
@@ -9,6 +9,7 @@ module Assistant.Threads.PairListener where
import Assistant.Common
import Assistant.Pairing
+import Assistant.Pairing.Network
import Assistant.ThreadedMonad
import Assistant.DaemonStatus
import Assistant.Alert