aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-28 23:26:37 +0100
committerMax Kellermann <max@duempel.org>2013-10-28 23:26:37 +0100
commit0e8a15e813611af3c96f765386c94c7fc5f9343d (patch)
treea67f8978e6c29b26cdf016dd675f924b917527d8 /src/decoder
parent5b0d6a59cfc99cb0cbb92a65dd8181cd5e59835a (diff)
downloadmpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.tar.gz
mpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.tar.xz
mpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.zip
decoder/dsdlib: include cleanup
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/DsdLib.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsdLib.hxx b/src/decoder/DsdLib.hxx
index a20df99a6..6b7498df1 100644
--- a/src/decoder/DsdLib.hxx
+++ b/src/decoder/DsdLib.hxx
@@ -22,7 +22,7 @@
#include "Compiler.h"
-#include <stdlib.h>
+#include <stddef.h>
#include <stdint.h>
struct Decoder;