diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-21 17:52:54 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:25 +0200 |
commit | 31e81439e164aa1d098bae3914b6013ed2c3569a (patch) | |
tree | 020768d803a6a7d84758c432d2bc543430c00ca2 /src/or/connection_edge.c | |
parent | cbee969f407b53d2b453d03460eb2864d0eaf1db (diff) | |
download | tor-31e81439e164aa1d098bae3914b6013ed2c3569a.tar.gz tor-31e81439e164aa1d098bae3914b6013ed2c3569a.zip |
Create rendcommon.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 8c63d516ec..ee271ecb57 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -11,6 +11,7 @@ #include "or.h" #include "dnsserv.h" +#include "rendcommon.h" #include "router.h" #include "routerlist.h" |