1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-01 01:55:04 +01: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 */);