topology: include locale.h

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>
This commit is contained in:
Michael Opdenacker 2023-09-19 13:14:29 +02:00 committed by Jaroslav Kysela
parent dfe1c7143a
commit 8c229270f6

View file

@ -32,6 +32,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <getopt.h> #include <getopt.h>
#include <assert.h> #include <assert.h>
#include <locale.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include <alsa/topology.h> #include <alsa/topology.h>