aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/SongSort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/plugins/simple/SongSort.hxx')
-rw-r--r--src/db/plugins/simple/SongSort.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/db/plugins/simple/SongSort.hxx b/src/db/plugins/simple/SongSort.hxx
index 28b903532..2a0c4383b 100644
--- a/src/db/plugins/simple/SongSort.hxx
+++ b/src/db/plugins/simple/SongSort.hxx
@@ -20,9 +20,11 @@
#ifndef MPD_SONG_SORT_HXX
#define MPD_SONG_SORT_HXX
+#include "Song.hxx"
+
struct list_head;
void
-song_list_sort(list_head *songs);
+song_list_sort(SongList &songs);
#endif