diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 10:03:40 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:14 +0200 |
commit | 01c7b60a8063580fff7ad48adac3d1905df01013 (patch) | |
tree | 193ff48b65f7d538949d950370e11fea5c86eeae /src/or/connection_edge.c | |
parent | 174a88dd79ecf3b6c76d63d44bef3e47378777ee (diff) | |
download | tor-01c7b60a8063580fff7ad48adac3d1905df01013.tar.gz tor-01c7b60a8063580fff7ad48adac3d1905df01013.zip |
Create circuituse.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 15cd8bf9bc..311c481611 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -12,6 +12,7 @@ #include "or.h" #include "buffers.h" #include "circuitlist.h" +#include "circuituse.h" #include "dnsserv.h" #include "rendclient.h" #include "rendcommon.h" |