diff options
Diffstat (limited to 'src')
-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; |