aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2011-03-30 01:03:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-04 21:43:01 +0800
commitf0f99ffaa08240fbb72d7eed198368fd22fe4c47 (patch)
treee3215338702b00bbedec3776b9d08e481db11d32 /src
parent9048ff4f63c8ac3174468ceb4787b658d948c6e0 (diff)
downloadgsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.gz
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.bz2
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.lz
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.xz
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.zst
gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.zip
-Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'src')
-rw-r--r--src/empathy-invite-participant-dialog.c4
-rw-r--r--src/empathy-streamed-media-window.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index da75e72cd..7621376bc 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -9,6 +9,10 @@
* Danielle Madeley <danielle.madeley@collabora.co.uk>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <glib/gi18n.h>
#include "empathy-invite-participant-dialog.h"
diff --git a/src/empathy-streamed-media-window.c b/src/empathy-streamed-media-window.c
index bb6df685c..81cec4492 100644
--- a/src/empathy-streamed-media-window.c
+++ b/src/empathy-streamed-media-window.c
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>