mirror of
https://github.com/matrix-construct/construct
synced 2024-11-06 22:08:52 +01:00
rb_dictionary: add include needed for int types.
This commit is contained in:
parent
f7b37c1dc1
commit
893a92e7b3
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#ifndef __RB_DICTIONARY_H__
|
||||
#define __RB_DICTIONARY_H__
|
||||
|
||||
#include "librb-config.h"
|
||||
|
||||
struct Dictionary; /* defined in src/dictionary.c */
|
||||
|
||||
typedef int (*DCF)(/* const void *a, const void *b */);
|
||||
|
|
Loading…
Reference in a new issue