mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-165: Fix global initializations that indirectly use builtin types
This commit is contained in:
parent
4a8640d702
commit
5ed13284c3
7 changed files with 30 additions and 4 deletions
|
@ -103,6 +103,7 @@ extern void init_general_global_var();
|
|||
|
||||
extern void init_event_handlers();
|
||||
extern void init_net_var();
|
||||
extern void init_builtin_types();
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue