diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-15 12:03:59 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-15 12:03:59 +0100 |
commit | 91a59d5405f998627cc94d14a8c8501aee797e14 (patch) | |
tree | 34399f9f306e4544680e591a1b8d5ace7841a08a /src | |
parent | 8557edda34368c4aa3fb385e4c5c24e027f638d2 (diff) | |
download | ayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.tar.gz ayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.tar.bz2 ayatana-indicator-session-91a59d5405f998627cc94d14a8c8501aee797e14.zip |
releasing version 0.2.5-0ubuntu3
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-session.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index a815e40..54431ee 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -20,9 +20,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <glib.h> #include <glib-object.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <gtk/gtk.h> #include <libdbusmenu-gtk/menu.h> |