From: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxx> This solves an issue compiling with the musl libc. Fixes: #239 Signed-off-by: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxx> --- topology/topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/topology/topology.c b/topology/topology.c index 1840ffe..5d03a8b 100644 --- a/topology/topology.c +++ b/topology/topology.c @@ -32,6 +32,7 @@ #include <sys/stat.h> #include <getopt.h> #include <assert.h> +#include <locale.h> #include <alsa/asoundlib.h> #include <alsa/topology.h> -- 2.34.1