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/control.c | |
parent | 86d6bfe448ec945957b23555f14e79f64896aca9 (diff) | |
download | tor-69fcbbaa8932f83ca715d0cf40c69340c90001a1.tar.gz tor-69fcbbaa8932f83ca715d0cf40c69340c90001a1.zip |
Create networkstatus.h
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index e1073ab431..5f5e45fd88 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -25,6 +25,7 @@ #include "geoip.h" #include "hibernate.h" #include "main.h" +#include "networkstatus.h" #include "router.h" #include "routerlist.h" |