aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-14 16:41:54 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-14 16:48:15 -0400
commitdf9a3fe86f6dfabbe5ae777c3e60ec91edf09d23 (patch)
treef36d5461917932faf8ad8efd4689ce074739608f /src/or/main.c
parent6896ab28b29f614f774fa39145d36586d14d1f22 (diff)
downloadtor-df9a3fe86f6dfabbe5ae777c3e60ec91edf09d23.tar.gz
tor-df9a3fe86f6dfabbe5ae777c3e60ec91edf09d23.zip
Make server_port_cfg_t and port_cfg_t into separate headers.
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 9dce158b33..1f6d16a19d 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -122,6 +122,8 @@
#include "dirauth/mode.h"
#include "dirauth/shared_random.h"
+#include "port_cfg_st.h"
+
#ifdef HAVE_SYSTEMD
# if defined(__COVERITY__) && !defined(__INCLUDE_LEVEL__)
/* Systemd's use of gcc's __INCLUDE_LEVEL__ extension macro appears to confuse