diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 11:54:50 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:15 +0200 |
commit | bec1c838ca96b69d69b3c275b4703fa539c8c106 (patch) | |
tree | 0bcf54513e466d17c28d84a5b37e8aae900e6f4a /src/or/dirvote.c | |
parent | 98d1314c7eb1ef13e298703fa50f0b6b62c35bd3 (diff) | |
download | tor-bec1c838ca96b69d69b3c275b4703fa539c8c106.tar.gz tor-bec1c838ca96b69d69b3c275b4703fa539c8c106.zip |
Create directory.h
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 6e6bf8d088..f24a91f8e8 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -6,6 +6,7 @@ #define DIRVOTE_PRIVATE #include "or.h" #include "config.h" +#include "directory.h" #include "router.h" #include "routerlist.h" |