diff options
Diffstat (limited to 'src/playlist_queue.h')
-rw-r--r-- | src/playlist_queue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playlist_queue.h b/src/playlist_queue.h index 0429f26b6..3ae63bc16 100644 --- a/src/playlist_queue.h +++ b/src/playlist_queue.h @@ -24,12 +24,13 @@ #ifndef MPD_PLAYLIST_QUEUE_H #define MPD_PLAYLIST_QUEUE_H -#include "playlist.h" +#include "playlist_error.h" #include <stdbool.h> struct playlist_provider; struct playlist; +struct player_control; /** * Loads the contents of a playlist and append it to the specified |