summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-15 14:48:34 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-15 14:50:55 -0400
commit907db008ab0007f0a02da62b68130344fc2e9353 (patch)
tree3b6c5afb45b34a855894d50dde2f43737435a95f /src/or/main.c
parent9e9edf71f7d3093b4ac1fe61ccc6dad2976e0a1e (diff)
downloadtor-907db008ab0007f0a02da62b68130344fc2e9353.tar.gz
tor-907db008ab0007f0a02da62b68130344fc2e9353.zip
Move the circuit build timeout code into its own file.
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index adc1f5d983..0ba28db05e 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -30,6 +30,7 @@
#include "dirvote.h"
#include "dns.h"
#include "dnsserv.h"
+#include "entrynodes.h"
#include "geoip.h"
#include "hibernate.h"
#include "main.h"