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