Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
fa0aa91b
Commit
fa0aa91b
authored
Oct 25, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SongSticker, playlist/soundcloud: add missing stdlib.h include
For free().
parent
3e641e21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
SoundCloudPlaylistPlugin.cxx
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
+1
-0
SongSticker.cxx
src/sticker/SongSticker.cxx
+1
-0
No files found.
src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
View file @
fa0aa91b
...
@@ -35,6 +35,7 @@
...
@@ -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
;
...
...
src/sticker/SongSticker.cxx
View file @
fa0aa91b
...
@@ -27,6 +27,7 @@
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment