]> git.0d.be Git - empathy.git/commitdiff
add missing config.h includes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 7 Mar 2012 10:04:28 +0000 (11:04 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 7 Mar 2012 10:04:37 +0000 (11:04 +0100)
libempathy-gtk/empathy-contact-chooser.c
libempathy-gtk/empathy-share-my-desktop.c
src/empathy-chat-manager.c
src/empathy-invite-participant-dialog.c

index ccdd5fa638d41422f76d2da2b677434879fce5a2..01e4b6a8376237581fee956c6947a0b27d27629e 100644 (file)
@@ -9,6 +9,8 @@
  *    Danielle Madeley <danielle.madeley@collabora.co.uk>
  */
 
+#include "config.h"
+
 #include <glib/gi18n.h>
 #include <folks/folks-telepathy.h>
 
index bc9e9218c96e21e7928fbe18dc296dfb66a46d91..8f14fb6b1ae93dc9fd00a2bb622a710954c68d91 100644 (file)
@@ -18,6 +18,8 @@
  * Authors: Arnaud Maillet <arnaud.maillet@collabora.co.uk>
  */
 
+#include "config.h"
+
 #include <gtk/gtk.h>
 
 #include <dbus/dbus-glib.h>
index a52585736d51426183b0d0f64d0ce553ecee5336..dd828fa68c5872b78cae4eea24c455a3e7818b35 100644 (file)
@@ -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>
 
index ece86f1b65ab24ea66d95da3121d827e658740d5..fd5bd8f7602f4afe9b3f97434996ac5f6d8bc457 100644 (file)
@@ -9,6 +9,8 @@
  *    Danielle Madeley <danielle.madeley@collabora.co.uk>
  */
 
+#include "config.h"
+
 #include <glib/gi18n.h>
 #include <folks/folks-telepathy.h>