From: Caleb Crome Date: Fri, 23 Oct 2015 17:46:09 +0000 (+0000) Subject: BAT: Add missing locale.h header X-Git-Tag: v1.1.0~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=096009490583ec822bfcfa22a4dcf44111bce5dc;p=alsa-utils.git 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 Signed-off-by: Takashi Iwai --- diff --git a/bat/bat.c b/bat/bat.c index 56cfaf6..086b9fa 100644 --- a/bat/bat.c +++ b/bat/bat.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "aconfig.h" #include "gettext.h"