aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist_save.h')
-rw-r--r--src/playlist_save.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/playlist_save.h b/src/playlist_save.h
index cf911b3e..fcee9e8b 100644
--- a/src/playlist_save.h
+++ b/src/playlist_save.h
@@ -20,11 +20,14 @@
#ifndef MPD_PLAYLIST_SAVE_H
#define MPD_PLAYLIST_SAVE_H
-#include "playlist.h"
+#include "playlist_error.h"
#include <stdio.h>
struct song;
+struct queue;
+struct playlist;
+struct player_control;
void
playlist_print_song(FILE *fp, const struct song *song);