summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 10:08:32 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:58:14 +0200
commit3074d5a2215b82e37c756426a7576088e52630ea (patch)
tree44dbd327710f63ea471020f23cec9625b3de63eb /src/or/main.c
parent01c7b60a8063580fff7ad48adac3d1905df01013 (diff)
downloadtor-3074d5a2215b82e37c756426a7576088e52630ea.tar.gz
tor-3074d5a2215b82e37c756426a7576088e52630ea.zip
Create command.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 d188a5020c..9d4dfed805 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -16,6 +16,7 @@
#include "circuitbuild.h"
#include "circuitlist.h"
#include "circuituse.h"
+#include "command.h"
#include "dnsserv.h"
#include "geoip.h"
#include "rendclient.h"