aboutsummaryrefslogtreecommitdiff
path: root/src/or/dnsserv.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 10:22:51 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:58:14 +0200
commitc4f8f1316e18e5eeb6efc14659a66f3d6feb0adf (patch)
treeddb70ca816285b68425959467673bd4b476daffc /src/or/dnsserv.c
parent3074d5a2215b82e37c756426a7576088e52630ea (diff)
downloadtor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.tar
tor-c4f8f1316e18e5eeb6efc14659a66f3d6feb0adf.tar.gz
Create config.h
Diffstat (limited to 'src/or/dnsserv.c')
-rw-r--r--src/or/dnsserv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dnsserv.c b/src/or/dnsserv.c
index 390ef2f7b..68d8122f8 100644
--- a/src/or/dnsserv.c
+++ b/src/or/dnsserv.c
@@ -10,6 +10,7 @@
#include "or.h"
#include "dnsserv.h"
+#include "config.h"
#ifdef HAVE_EVENT2_DNS_H
#include <event2/dns.h>
#include <event2/dns_compat.h>