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/rendcommon.c | |
parent | cbee969f407b53d2b453d03460eb2864d0eaf1db (diff) | |
download | tor-31e81439e164aa1d098bae3914b6013ed2c3569a.tar.gz tor-31e81439e164aa1d098bae3914b6013ed2c3569a.zip |
Create rendcommon.h
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 4af041525c..891973dfc9 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -9,6 +9,7 @@ **/ #include "or.h" +#include "rendcommon.h" #include "routerlist.h" /** Return 0 if one and two are the same service ids, else -1 or 1 */ |