From df9a3fe86f6dfabbe5ae777c3e60ec91edf09d23 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 14 Jun 2018 16:41:54 -0400 Subject: Make server_port_cfg_t and port_cfg_t into separate headers. --- src/or/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/main.c') 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 -- cgit v1.2.3-54-g00ecf