Commit 2e5f8aeb authored by Max Kellermann's avatar Max Kellermann

refcount: add missing stdbool.h include

parent c2fe961d
......@@ -37,6 +37,7 @@
#define MPD_REFCOUNT_H
#include <glib.h>
#include <stdbool.h>
struct refcount {
gint n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment