SongSticker, playlist/soundcloud: add missing stdlib.h include
For free().
This commit is contained in:
parent
3e641e2147
commit
fa0aa91bf9
@ -35,6 +35,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
std::string apikey;
|
std::string apikey;
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
sticker_song_get_value(const LightSong &song, const char *name)
|
sticker_song_get_value(const LightSong &song, const char *name)
|
||||||
|
Loading…
Reference in New Issue
Block a user