aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-23 10:08:46 +0100
committerMax Kellermann <max@duempel.org>2014-12-23 10:08:46 +0100
commitb9c7771830dbecd7278ae6c883b4590f909cb881 (patch)
treea0abd617d06557cb0c72fb5595f623161ff67e1e /src/decoder
parent35db88affe5d158c1bfda46e4cd0f8c69db4426d (diff)
downloadmpd-b9c7771830dbecd7278ae6c883b4590f909cb881.tar.gz
mpd-b9c7771830dbecd7278ae6c883b4590f909cb881.tar.xz
mpd-b9c7771830dbecd7278ae6c883b4590f909cb881.zip
decoder/DsdLib: add missing stdlib.h include
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/plugins/DsdLib.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/plugins/DsdLib.cxx b/src/decoder/plugins/DsdLib.cxx
index 0436b9c3f..7321261f6 100644
--- a/src/decoder/plugins/DsdLib.cxx
+++ b/src/decoder/plugins/DsdLib.cxx
@@ -32,6 +32,7 @@
#include "util/Alloc.hxx"
#include <string.h>
+#include <stdlib.h>
#ifdef HAVE_ID3TAG
#include <id3tag.h>