summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-21 14:38:52 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:56:25 +0200
commitff4030f6211033be127dd4f671f34b15998b101a (patch)
tree71c5813c23fca5792e1e87b5b3a0d5fcdb497d76 /src/or/control.c
parente69dc22f4ed323ed4e4c1537c48b70ca0007773a (diff)
downloadtor-ff4030f6211033be127dd4f671f34b15998b101a.tar.gz
tor-ff4030f6211033be127dd4f671f34b15998b101a.zip
Create geoip.h
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 68921663e1..f01be85b77 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -12,6 +12,7 @@
#include "or.h"
#include "dnsserv.h"
+#include "geoip.h"
/** Yield true iff <b>s</b> is the state of a control_connection_t that has
* finished authentication and is accepting commands. */