diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 06a37904df..af11bc3d5c 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -79,13 +79,14 @@ #include "torcert.h" #include "voting_schedule.h" -#undef log -#include <math.h> - #include "dirauth/dirvote.h" +#include "rend_service_descriptor_st.h" #include "tor_version_st.h" +#undef log +#include <math.h> + /****************************************************************************/ /** List of tokens recognized in router descriptors */ |