diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 20:18:55 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:58:16 +0200 |
commit | 69fcbbaa8932f83ca715d0cf40c69340c90001a1 (patch) | |
tree | f8f1ecfdd698acecbd647894285101059a6526b2 /src/or/rendservice.c | |
parent | 86d6bfe448ec945957b23555f14e79f64896aca9 (diff) | |
download | tor-69fcbbaa8932f83ca715d0cf40c69340c90001a1.tar.gz tor-69fcbbaa8932f83ca715d0cf40c69340c90001a1.zip |
Create networkstatus.h
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 5d72ef8c0c..0324102d92 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -13,6 +13,7 @@ #include "circuituse.h" #include "config.h" #include "directory.h" +#include "networkstatus.h" #include "rendclient.h" #include "rendcommon.h" #include "rendservice.h" |