Fix NLS compilation error using -0O

This commit is contained in:
Guillaume Beraudo 2014-03-06 11:14:52 +01:00
parent aad2df16d1
commit 0a84cb6505

View file

@ -45,6 +45,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <libnotify/notify.h>
#endif
#ifdef ENABLE_NLS
#include <locale.h>
#endif
#define LINPHONE_ICON "linphone.png"
const char *this_program_ident_string="linphone_ident_string=" LINPHONE_VERSION;