diff options
author | Max Kellermann <max@duempel.org> | 2013-10-28 23:26:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-28 23:26:37 +0100 |
commit | 0e8a15e813611af3c96f765386c94c7fc5f9343d (patch) | |
tree | a67f8978e6c29b26cdf016dd675f924b917527d8 | |
parent | 5b0d6a59cfc99cb0cbb92a65dd8181cd5e59835a (diff) | |
download | mpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.tar.gz mpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.tar.xz mpd-0e8a15e813611af3c96f765386c94c7fc5f9343d.zip |
decoder/dsdlib: include cleanup
-rw-r--r-- | src/decoder/DsdLib.hxx | 2 |
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; |