aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-23 21:53:11 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:45 +0200
commitb0cd4551abb1105542b366e6cd23cfa2fb1003ce (patch)
tree6e8ed7c8b0dd1c0c43bf5e06bfe46998ec8e51a5 /src/or/main.c
parentcc060ea220128e55bbef3990239d20a6bb604d44 (diff)
downloadtor-b0cd4551abb1105542b366e6cd23cfa2fb1003ce.tar.gz
tor-b0cd4551abb1105542b366e6cd23cfa2fb1003ce.zip
Create relay.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 60bea49006..e202a109d5 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -36,6 +36,7 @@
#include "ntmain.h"
#include "onion.h"
#include "policies.h"
+#include "relay.h"
#include "rendclient.h"
#include "rendcommon.h"
#include "rendservice.h"