mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:15:43 +01:00
BAT: Add missing locale.h header
Missing include became apparent when -O3 was not specified. Added the header to remove error messages during debug compile. Signed-off-by: Caleb Crome <caleb@crome.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
73f9dd149e
commit
0960094905
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <getopt.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include "aconfig.h"
|
||||
#include "gettext.h"
|
||||
|
|
Loading…
Reference in a new issue