aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-23 23:23:43 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit05072723cb8c14193376964ad5716a962d707770 (patch)
treeb7ab9f340984d68cb8002d54c1dd5424a667b7b2 /src/or/main.c
parentdf9d42cef56c856db44c22cd3e2eb2a6e2ff1e4c (diff)
downloadtor-05072723cb8c14193376964ad5716a962d707770.tar
tor-05072723cb8c14193376964ad5716a962d707770.tar.gz
Create routerparse.h
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 92c60e7e8..ff674f386 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -43,6 +43,7 @@
#include "rephist.h"
#include "router.h"
#include "routerlist.h"
+#include "routerparse.h"
#ifdef USE_DMALLOC
#include <dmalloc.h>
#include <openssl/crypto.h>