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 /src | |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 2 |
2 files changed, 4 insertions, 0 deletions
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> |