diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:33:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:33:34 -0400 |
commit | 761ee93c6960c1f400cb9fbb6e9c8a795a25d239 (patch) | |
tree | d1e53d71c8dcb78e25bc08982f72bf883dbb1b6d /src/or/connection_edge.c | |
parent | 5cba0ddfc46e7bc5dc7251aee1cc048ec050f280 (diff) | |
download | tor-761ee93c6960c1f400cb9fbb6e9c8a795a25d239.tar.gz tor-761ee93c6960c1f400cb9fbb6e9c8a795a25d239.zip |
Add missing includes for circpathbias.h
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 33585a0944..07104c7a24 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -14,6 +14,7 @@ #include "addressmap.h" #include "buffers.h" #include "channel.h" +#include "circpathbias.h" #include "circuitlist.h" #include "circuituse.h" #include "config.h" |