rb_dictionary: add include needed for int types.
This commit is contained in:
parent
43f06d8d8c
commit
2a9257c652
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
#ifndef __RB_DICTIONARY_H__
|
#ifndef __RB_DICTIONARY_H__
|
||||||
#define __RB_DICTIONARY_H__
|
#define __RB_DICTIONARY_H__
|
||||||
|
|
||||||
|
#include "librb-config.h"
|
||||||
|
|
||||||
struct Dictionary; /* defined in src/dictionary.c */
|
struct Dictionary; /* defined in src/dictionary.c */
|
||||||
|
|
||||||
typedef int (*DCF)(/* const void *a, const void *b */);
|
typedef int (*DCF)(/* const void *a, const void *b */);
|
||||||
|
|
Loading…
Reference in a new issue