mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user