diff options
Diffstat (limited to '')
-rw-r--r-- | src/despotify_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/despotify_utils.h b/src/despotify_utils.h index 7e35edc3c..ab2968ab0 100644 --- a/src/despotify_utils.h +++ b/src/despotify_utils.h @@ -20,6 +20,8 @@ #ifndef MPD_DESPOTIFY_H #define MPD_DESPOTIFY_H +#include <stdbool.h> + struct despotify_session; struct ds_track; |