aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-31 14:33:34 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-31 14:33:34 -0400
commit761ee93c6960c1f400cb9fbb6e9c8a795a25d239 (patch)
treed1e53d71c8dcb78e25bc08982f72bf883dbb1b6d /src/or/relay.c
parent5cba0ddfc46e7bc5dc7251aee1cc048ec050f280 (diff)
downloadtor-761ee93c6960c1f400cb9fbb6e9c8a795a25d239.tar
tor-761ee93c6960c1f400cb9fbb6e9c8a795a25d239.tar.gz
Add missing includes for circpathbias.h
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index e0b5d26fe..3600707d1 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -15,6 +15,7 @@
#include "addressmap.h"
#include "buffers.h"
#include "channel.h"
+#include "circpathbias.h"
#include "circuitbuild.h"
#include "circuitlist.h"
#include "circuituse.h"