aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-12 17:58:33 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-13 12:20:26 -0400
commit7d11952bf4b7bda604e503485036b1a80edf3fd9 (patch)
tree0e1c4f64f7be1e8bde92e766fb045529800d5105 /src/or/router.c
parent2eb2536c0a570f7c9f9a168755379f9b04b8465d (diff)
downloadtor-7d11952bf4b7bda604e503485036b1a80edf3fd9.tar
tor-7d11952bf4b7bda604e503485036b1a80edf3fd9.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index a26dccc78..91209eef0 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"
/**