From 0a84cb6505b6340801e6105401f01a0c10813952 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Thu, 6 Mar 2014 11:14:52 +0100 Subject: [PATCH] Fix NLS compilation error using -0O --- gtk/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/main.c b/gtk/main.c index 0cdbf0a60..f40acb8b6 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -45,6 +45,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #endif +#ifdef ENABLE_NLS +#include +#endif #define LINPHONE_ICON "linphone.png" const char *this_program_ident_string="linphone_ident_string=" LINPHONE_VERSION;