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
287c70e3
Commit
287c70e3
authored
Nov 11, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filter/route, ...: add missing stdlib.h includes
parent
f6b44af9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
NEWS
NEWS
+1
-0
SongSave.cxx
src/SongSave.cxx
+1
-0
OpusEncoderPlugin.cxx
src/encoder/OpusEncoderPlugin.cxx
+1
-0
RouteFilterPlugin.cxx
src/filter/RouteFilterPlugin.cxx
+1
-0
run_convert.cxx
test/run_convert.cxx
+1
-0
No files found.
NEWS
View file @
287c70e3
ver 0.18.4 (not yet released)
* decoder
- dsdiff: fix byte order bug
* fix build failures due to missing includes
ver 0.18.3 (2013/11/08)
* fix stuck MPD after song change (0.18.2 regression)
...
...
src/SongSave.cxx
View file @
287c70e3
...
...
@@ -30,6 +30,7 @@
#include "util/Domain.hxx"
#include <string.h>
#include <stdlib.h>
#define SONG_MTIME "mtime"
#define SONG_END "song_end"
...
...
src/encoder/OpusEncoderPlugin.cxx
View file @
287c70e3
...
...
@@ -34,6 +34,7 @@
#include <glib.h>
#include <assert.h>
#include <stdlib.h>
struct
opus_encoder
{
/** the base class */
...
...
src/filter/RouteFilterPlugin.cxx
View file @
287c70e3
...
...
@@ -56,6 +56,7 @@
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
class
RouteFilter
final
:
public
Filter
{
/**
...
...
test/run_convert.cxx
View file @
287c70e3
...
...
@@ -36,6 +36,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
static
void
...
...
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