[empathy] add missing config.h includes



commit cb5ec84a12bceba7c558fcc1c23570856ed0c4ee
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Mar 7 11:04:28 2012 +0100

    add missing config.h includes

 libempathy-gtk/empathy-contact-chooser.c  |    2 ++
 libempathy-gtk/empathy-share-my-desktop.c |    2 ++
 src/empathy-chat-manager.c                |    2 ++
 src/empathy-invite-participant-dialog.c   |    2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-chooser.c b/libempathy-gtk/empathy-contact-chooser.c
index ccdd5fa..01e4b6a 100644
--- a/libempathy-gtk/empathy-contact-chooser.c
+++ b/libempathy-gtk/empathy-contact-chooser.c
@@ -9,6 +9,8 @@
  *    Danielle Madeley <danielle madeley collabora co uk>
  */
 
+#include "config.h"
+
 #include <glib/gi18n.h>
 #include <folks/folks-telepathy.h>
 
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c
index bc9e921..8f14fb6 100644
--- a/libempathy-gtk/empathy-share-my-desktop.c
+++ b/libempathy-gtk/empathy-share-my-desktop.c
@@ -18,6 +18,8 @@
  * Authors: Arnaud Maillet <arnaud maillet collabora co uk>
  */
 
+#include "config.h"
+
 #include <gtk/gtk.h>
 
 #include <dbus/dbus-glib.h>
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c
index a525857..dd828fa 100644
--- a/src/empathy-chat-manager.c
+++ b/src/empathy-chat-manager.c
@@ -17,6 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include "config.h"
+
 #include <telepathy-glib/telepathy-glib.h>
 #include <telepathy-glib/proxy-subclass.h>
 
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index ece86f1..fd5bd8f 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -9,6 +9,8 @@
  *    Danielle Madeley <danielle madeley collabora co uk>
  */
 
+#include "config.h"
+
 #include <glib/gi18n.h>
 #include <folks/folks-telepathy.h>
 



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