diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 12:09:49 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | 7d4c027fb064b6163fb4b74fc1b3f86fff1335c9 (patch) | |
tree | bf7e8b001f4af3e93bc5d27a55c95f9c4d7956d5 /src/or/connection_edge.c | |
parent | bec1c838ca96b69d69b3c275b4703fa539c8c106 (diff) | |
download | tor-7d4c027fb064b6163fb4b74fc1b3f86fff1335c9.tar.gz tor-7d4c027fb064b6163fb4b74fc1b3f86fff1335c9.zip |
Create dirserv.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 023c8aeac0..44c48c6e1e 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -19,6 +19,7 @@ #include "connection_or.h" #include "control.h" #include "dnsserv.h" +#include "dirserv.h" #include "rendclient.h" #include "rendcommon.h" #include "rendservice.h" |