rb_dictionary: add include needed for int types.

This commit is contained in:
Elizabeth Myers 2016-03-19 15:58:30 -05:00
parent 43f06d8d8c
commit 2a9257c652

View file

@ -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 */);