]> Nishi Git Mirror - gwion.git/commitdiff
:art: Improve locale (still optionnal)
authorJérémie Astor <fennecdjay@gmail.com>
Sun, 20 Dec 2020 16:29:01 +0000 (17:29 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Sun, 20 Dec 2020 16:29:01 +0000 (17:29 +0100)
src/gwion.c

index ae846810fa6b9329b14ecf6efcac66f18ae7216d..a1b6798f50b298e6e0d972982fa9eb90c2f26751 100644 (file)
@@ -1,5 +1,7 @@
+#ifdef USE_GETTEXT
 #include <locale.h>
 #include <libintl.h>
+#endif
 #include "gwion_util.h"
 #include "gwion_ast.h"
 #include "gwion_env.h"