[evolution-kolab] EBookBackendKolab: added missing GLib i18n header include



commit 24f5f46b2d306bea6ef7163b0df5c81af308c62f
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Jul 26 11:22:46 2012 +0200

    EBookBackendKolab: added missing GLib i18n header include

 src/addressbook/e-book-backend-kolab.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-kolab.c b/src/addressbook/e-book-backend-kolab.c
index 360b624..ee5bc44 100644
--- a/src/addressbook/e-book-backend-kolab.c
+++ b/src/addressbook/e-book-backend-kolab.c
@@ -26,8 +26,13 @@
 
 /*----------------------------------------------------------------------------*/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <glib-object.h>
+#include <glib/gi18n-lib.h>
 
 #include <libekolabutil/camel-system-headers.h>
 #include <libekolabutil/kolab-util-camel.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]