0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-14 12:38:54 +02:00

rb_dictionary: add include needed for int types.

This commit is contained in:
Elizabeth Myers 2016-03-19 15:58:30 -05:00
parent f7b37c1dc1
commit 893a92e7b3

View file

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