aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-26 20:39:45 +0100
committerMax Kellermann <max@duempel.org>2015-01-26 20:39:49 +0100
commit4c616626440beaedd125a788faecf06a3ebe85af (patch)
tree783185afe6344fa0d24fde78821e3ccc975e398c /test
parent212b0faf0c370968b475dbc7725e89ab2dcfb900 (diff)
downloadmpd-4c616626440beaedd125a788faecf06a3ebe85af.tar.gz
mpd-4c616626440beaedd125a788faecf06a3ebe85af.tar.xz
mpd-4c616626440beaedd125a788faecf06a3ebe85af.zip
test/read_mixer: add missing stdlib.h include
Diffstat (limited to 'test')
-rw-r--r--test/read_mixer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx
index de77a00c4..83a1d26b4 100644
--- a/test/read_mixer.cxx
+++ b/test/read_mixer.cxx
@@ -35,6 +35,7 @@
#include <assert.h>
#include <string.h>
#include <unistd.h>
+#include <stdlib.h>
const struct filter_plugin *
filter_plugin_by_name(gcc_unused const char *name)