From 45bfc1484277b6dfef30aaec79edaef4a998e29a Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 11 Jun 2018 23:10:36 +0200 Subject: [PATCH] Add locale.h header, needed by freelocale() Without locale.h, there is an implicit declaration of function `freelocale`, which is reported as error by -Werror=implicit-function-declaration. --- src/basic/locale-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/locale-util.h b/src/basic/locale-util.h index 4542770b1..f75dcbc3d 100644 --- a/src/basic/locale-util.h +++ b/src/basic/locale-util.h @@ -22,7 +22,7 @@ #include #include -//#include +#include #include "macro.h" -- 2.30.2