0
0
Fork 0
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:
Jason Volk 2016-06-26 18:31:04 -07:00
parent c9f0354dbc
commit 1490dd36b5

View file

@ -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