diff options
author | Max Kellermann <max@duempel.org> | 2012-01-21 12:19:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-01-24 17:16:42 +0100 |
commit | 2e5f8aeba138b33a799e00dc0416f3b882150155 (patch) | |
tree | 2d81ab2466fe52c77dedef143980b675977e2145 /src/refcount.h | |
parent | c2fe961db12e0ccc064950f07bddcb489ff6512b (diff) | |
download | mpd-2e5f8aeba138b33a799e00dc0416f3b882150155.tar.gz mpd-2e5f8aeba138b33a799e00dc0416f3b882150155.tar.xz mpd-2e5f8aeba138b33a799e00dc0416f3b882150155.zip |
refcount: add missing stdbool.h include
Diffstat (limited to 'src/refcount.h')
-rw-r--r-- | src/refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refcount.h b/src/refcount.h index a0e0a30b7..a882d76b0 100644 --- a/src/refcount.h +++ b/src/refcount.h @@ -37,6 +37,7 @@ #define MPD_REFCOUNT_H #include <glib.h> +#include <stdbool.h> struct refcount { gint n; |