From c59efee8c71c77d507356e53733a5607ff7814b3 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Fri, 1 Nov 2019 11:15:40 +0100 Subject: Fixed the headers needed for a proper compilation. --- src/hub.c | 2 +- src/main.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hub.c b/src/hub.c index 916aea5..8e8840c 100644 --- a/src/hub.c +++ b/src/hub.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include @@ -331,7 +332,6 @@ int main(int argc, char **argv) /* Initialisation de GTK */ g_set_prgname("Chrysalide Hub"); - setlocale (LC_ALL, ""); gtk_init(&argc, &argv); /* Initialisation du programme */ diff --git a/src/main.c b/src/main.c index 84b0eaa..cf875d8 100644 --- a/src/main.c +++ b/src/main.c @@ -269,7 +269,6 @@ int main(int argc, char **argv) /* Initialisation de GTK */ g_set_prgname("Chrysalide"); - setlocale (LC_ALL, ""); gtk_init(&argc, &argv); /* Initialisation du programme */ -- cgit v0.11.2-87-g4458