From e008971ab430999c50ac0a978a78be527ce2e249 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 23 Apr 2012 12:10:12 +0200 Subject: add missing include for "N_" http://developer.gnome.org/glib/2.30/glib-I18N.html#N-:CAPS --- mate-about/mate-about.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mate-about') diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index ffec736..2183c64 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -23,6 +23,7 @@ #include #include // for gettext +#include #include // autogenerated by ./configure #ifdef USE_UNIQUE @@ -43,10 +44,6 @@ #include #endif -#if !defined(N_) - #define N_(s) s -#endif - //class mate_about //{ const char* program_name = "MATE Desktop Environment"; -- cgit v1.2.1