diff options
Diffstat (limited to 'src/refcount.h')
-rw-r--r-- | src/refcount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/refcount.h b/src/refcount.h index 87a2715a4..a882d76b0 100644 --- a/src/refcount.h +++ b/src/refcount.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.org * * Redistribution and use in source and binary forms, with or without @@ -37,6 +37,7 @@ #define MPD_REFCOUNT_H #include <glib.h> +#include <stdbool.h> struct refcount { gint n; |