From 332fb227ecfa5fe2489080faa081e4f5be40df55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 20 Dec 2020 17:29:01 +0100 Subject: [PATCH] :art: Improve locale (still optionnal) --- src/gwion.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.43.0