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_or.c | |
parent | bec1c838ca96b69d69b3c275b4703fa539c8c106 (diff) | |
download | tor-7d4c027fb064b6163fb4b74fc1b3f86fff1335c9.tar.gz tor-7d4c027fb064b6163fb4b74fc1b3f86fff1335c9.zip |
Create dirserv.h
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 213653f1d6..b3b3cf013e 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -18,6 +18,7 @@ #include "connection.h" #include "connection_or.h" #include "control.h" +#include "dirserv.h" #include "geoip.h" #include "router.h" #include "routerlist.h" |