filter/route, ...: add missing stdlib.h includes
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
|||||||
ver 0.18.4 (not yet released)
|
ver 0.18.4 (not yet released)
|
||||||
* decoder
|
* decoder
|
||||||
- dsdiff: fix byte order bug
|
- dsdiff: fix byte order bug
|
||||||
|
* fix build failures due to missing includes
|
||||||
|
|
||||||
ver 0.18.3 (2013/11/08)
|
ver 0.18.3 (2013/11/08)
|
||||||
* fix stuck MPD after song change (0.18.2 regression)
|
* fix stuck MPD after song change (0.18.2 regression)
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
#include "util/Domain.hxx"
|
#include "util/Domain.hxx"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define SONG_MTIME "mtime"
|
#define SONG_MTIME "mtime"
|
||||||
#define SONG_END "song_end"
|
#define SONG_END "song_end"
|
||||||
|
@@ -34,6 +34,7 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct opus_encoder {
|
struct opus_encoder {
|
||||||
/** the base class */
|
/** the base class */
|
||||||
|
@@ -56,6 +56,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
class RouteFilter final : public Filter {
|
class RouteFilter final : public Filter {
|
||||||
/**
|
/**
|
||||||
|
@@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user