diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-12 17:58:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-13 12:20:26 -0400 |
commit | 7d11952bf4b7bda604e503485036b1a80edf3fd9 (patch) | |
tree | 0e1c4f64f7be1e8bde92e766fb045529800d5105 /src/or/router.c | |
parent | 2eb2536c0a570f7c9f9a168755379f9b04b8465d (diff) | |
download | tor-7d11952bf4b7bda604e503485036b1a80edf3fd9.tar.gz tor-7d11952bf4b7bda604e503485036b1a80edf3fd9.zip |
Split the or_state_t portions of config.c into their own file
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index a26dccc78f..91209eef04 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -27,6 +27,7 @@ #include "router.h" #include "routerlist.h" #include "routerparse.h" +#include "statefile.h" #include "transports.h" /** |