SongSticker, playlist/soundcloud: add missing stdlib.h include

For free().
This commit is contained in:
Max Kellermann 2014-10-25 23:49:29 +02:00
parent 3e641e2147
commit fa0aa91bf9
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <string>
#include <string.h>
#include <stdlib.h>
static struct {
std::string apikey;

View File

@ -27,6 +27,7 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
std::string
sticker_song_get_value(const LightSong &song, const char *name)