diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index c7117bad63..efc338c5e0 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -89,6 +89,9 @@ #include "connection_or.h" #include "statefile.h" +#include "networkstatus_st.h" +#include "or_circuit_st.h" + static void bw_arrays_init(void); static void predicted_ports_alloc(void); |