diff options
author | Max Kellermann <max@duempel.org> | 2014-12-23 10:08:46 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-23 10:08:46 +0100 |
commit | b9c7771830dbecd7278ae6c883b4590f909cb881 (patch) | |
tree | a0abd617d06557cb0c72fb5595f623161ff67e1e /src/decoder/plugins/DsdLib.cxx | |
parent | 35db88affe5d158c1bfda46e4cd0f8c69db4426d (diff) | |
download | mpd-b9c7771830dbecd7278ae6c883b4590f909cb881.tar.gz mpd-b9c7771830dbecd7278ae6c883b4590f909cb881.tar.xz mpd-b9c7771830dbecd7278ae6c883b4590f909cb881.zip |
decoder/DsdLib: add missing stdlib.h include
Diffstat (limited to 'src/decoder/plugins/DsdLib.cxx')
-rw-r--r-- | src/decoder/plugins/DsdLib.cxx | 1 |
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> |