diff options
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/status.c b/src/or/status.c index d0b3bc5536..80b56ac1a8 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -30,7 +30,9 @@ #include "or/hs_service.h" #include "or/dos.h" +#include "or/or_state_st.h" #include "or/routerinfo_st.h" +#include "lib/tls/tortls.h" static void log_accounting(const time_t now, const or_options_t *options); #include "or/geoip.h" @@ -247,4 +249,3 @@ log_accounting(const time_t now, const or_options_t *options) tor_free(acc_max); tor_free(remaining); } - |