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:
Caleb Crome 2015-10-23 17:46:09 +00:00 committed by Takashi Iwai
parent 73f9dd149e
commit 0960094905

View file

@ -23,6 +23,7 @@
#include <getopt.h>
#include <math.h>
#include <limits.h>
#include <locale.h>
#include "aconfig.h"
#include "gettext.h"