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/main.c | |
parent | cbee969f407b53d2b453d03460eb2864d0eaf1db (diff) | |
download | tor-31e81439e164aa1d098bae3914b6013ed2c3569a.tar.gz tor-31e81439e164aa1d098bae3914b6013ed2c3569a.zip |
Create rendcommon.h
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 271d6fe776..12f1c9eaa4 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -14,6 +14,7 @@ #include "or.h" #include "dnsserv.h" #include "geoip.h" +#include "rendcommon.h" #include "router.h" #include "routerlist.h" #ifdef USE_DMALLOC |