mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
routerparse.h: include parsecommon.h when exposing token table.
Without this include, our compilation depends more on include order.
This commit is contained in:
parent
774d1092fd
commit
887bf05c24
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void routerparse_init(void);
|
|||
void routerparse_free_all(void);
|
||||
|
||||
#ifdef EXPOSE_ROUTERDESC_TOKEN_TABLE
|
||||
#include "feature/dirparse/parsecommon.h"
|
||||
extern const struct token_rule_t routerdesc_token_table[];
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue