From: Jérémie Astor Date: Sun, 20 Dec 2020 16:29:01 +0000 (+0100) Subject: :art: Improve locale (still optionnal) X-Git-Tag: nightly~1085 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=332fb227ecfa5fe2489080faa081e4f5be40df55;p=gwion.git :art: Improve locale (still optionnal) --- diff --git a/src/gwion.c b/src/gwion.c index ae846810..a1b6798f 100644 --- a/src/gwion.c +++ b/src/gwion.c @@ -1,5 +1,7 @@ +#ifdef USE_GETTEXT #include #include +#endif #include "gwion_util.h" #include "gwion_ast.h" #include "gwion_env.h"