diff options
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/status.c b/src/or/status.c index d0b3bc5536..2cb1dc7348 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -31,6 +31,7 @@ #include "or/dos.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 +248,3 @@ log_accounting(const time_t now, const or_options_t *options) tor_free(acc_max); tor_free(remaining); } - |