]> git.alsa-project.org Git - alsa-utils.git/commitdiff
topology: include locale.h
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Tue, 19 Sep 2023 11:14:29 +0000 (13:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 Sep 2023 12:36:38 +0000 (14:36 +0200)
This solves an issue compiling with the musl libc.

Fixes: https://github.com/alsa-project/alsa-utils/issues/239
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/topology.c

index 1840ffe65cbaea7f6fe8ec11434c842d2d97eea1..5d03a8b133b85aad2ab968cab34d8ac0ab1073e3 100644 (file)
@@ -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>