summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-21 12:26:18 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:56:25 +0200
commite69dc22f4ed323ed4e4c1537c48b70ca0007773a (patch)
treefb02c294a56b84a70f881914069877e2e0d52980 /src/or/main.c
parent90d3260b4ab39e1c9041e3a55a2f175f9bbaba21 (diff)
downloadtor-e69dc22f4ed323ed4e4c1537c48b70ca0007773a.tar.gz
tor-e69dc22f4ed323ed4e4c1537c48b70ca0007773a.zip
Split headers for dnsserv.c functions out of or.h
The next series of commits begins addressing the issue that we're currently including the complete or.h file in all of our source files. To change that, we're splitting function definitions into new header files (one header file per source file).
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 0dcc45464a..521d2c2ca7 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -12,6 +12,7 @@
#define MAIN_PRIVATE
#include "or.h"
+#include "dnsserv.h"
#ifdef USE_DMALLOC
#include <dmalloc.h>
#include <openssl/crypto.h>