Commit fa0aa91b authored by Max Kellermann's avatar Max Kellermann

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

For free().
parent 3e641e21
......@@ -35,6 +35,7 @@
#include <string>
#include <string.h>
#include <stdlib.h>
static struct {
std::string apikey;
......
......@@ -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)
......
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