refcount: add missing stdbool.h include

This commit is contained in:
Max Kellermann 2012-01-21 12:19:01 +01:00
parent c2fe961db1
commit 2e5f8aeba1

View File

@ -37,6 +37,7 @@
#define MPD_REFCOUNT_H
#include <glib.h>
#include <stdbool.h>
struct refcount {
gint n;