diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-07 18:04:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-07 18:04:37 +0800 |
commit | cb5ec84a12bceba7c558fcc1c23570856ed0c4ee (patch) | |
tree | 3f8e9c2d46d57c6dcdc68ffcd24558ca92d1a144 | |
parent | a0e4dc265dc0917ec0cfc637a425327e12623dff (diff) | |
download | gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar.gz gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar.bz2 gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar.lz gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar.xz gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.tar.zst gsoc2013-empathy-cb5ec84a12bceba7c558fcc1c23570856ed0c4ee.zip |
add missing config.h includes
-rw-r--r-- | libempathy-gtk/empathy-contact-chooser.c | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-share-my-desktop.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-manager.c | 2 | ||||
-rw-r--r-- | 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 ccdd5fa63..01e4b6a83 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 bc9e9218c..8f14fb6b1 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 a52585736..dd828fa68 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 ece86f1b6..fd5bd8f76 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> |