0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 13:58:18 +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 43f06d8d8c
commit 2a9257c652

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