playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing stdio.h include
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:

committed by
Max Kellermann

parent
f5c9056430
commit
fb45b8a5c9
@@ -32,6 +32,7 @@ extern "C" {
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static void
|
||||
add_song(std::forward_list<DetachedSong> &songs, ds_track &track)
|
||||
|
Reference in New Issue
Block a user