diff options
author | Max Kellermann <max@duempel.org> | 2015-01-26 20:39:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-26 20:39:49 +0100 |
commit | 4c616626440beaedd125a788faecf06a3ebe85af (patch) | |
tree | 783185afe6344fa0d24fde78821e3ccc975e398c /test/read_mixer.cxx | |
parent | 212b0faf0c370968b475dbc7725e89ab2dcfb900 (diff) |
test/read_mixer: add missing stdlib.h include
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r-- | test/read_mixer.cxx | 1 |
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) |