19 Sep
2023
19 Sep
'23
2:14 p.m.
From: Michael Opdenacker michael.opdenacker@bootlin.com
This solves an issue compiling with the musl libc.
Fixes: #239 Signed-off-by: Michael Opdenacker michael.opdenacker@bootlin.com --- 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