mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
librb: Add missing rb_dictionary.h to rb_lib.h list.
This commit is contained in:
parent
c9f0354dbc
commit
1490dd36b5
1 changed files with 1 additions and 0 deletions
|
@ -257,5 +257,6 @@ pid_t rb_getpid(void);
|
|||
#include <rb_helper.h>
|
||||
#include <rb_rawbuf.h>
|
||||
#include <rb_patricia.h>
|
||||
#include <rb_dictionary.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue