Commit fb45b8a5 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Max Kellermann

playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing stdio.h include

parent f5c90564
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment