From 4c616626440beaedd125a788faecf06a3ebe85af Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 26 Jan 2015 20:39:45 +0100 Subject: test/read_mixer: add missing stdlib.h include --- test/read_mixer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test/read_mixer.cxx') 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 #include #include +#include const struct filter_plugin * filter_plugin_by_name(gcc_unused const char *name) -- cgit v1.2.3