diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 680ef01590..e181033180 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -13,6 +13,7 @@ const char rephist_c_id[] = **/ #include "or.h" +#include "ht.h" static void bw_arrays_init(void); static void predicted_ports_init(void); |