Commit 4c616626 authored by Max Kellermann's avatar Max Kellermann

test/read_mixer: add missing stdlib.h include

parent 212b0faf
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h>
const struct filter_plugin * const struct filter_plugin *
filter_plugin_by_name(gcc_unused const char *name) filter_plugin_by_name(gcc_unused const char *name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment