aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence-manager.c
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 /libempathy/empathy-presence-manager.c
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 'libempathy/empathy-presence-manager.c')
-rw-r--r--libempathy/empathy-presence-manager.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-presence-manager.c b/libempathy/empathy-presence-manager.c
index c3eae6583..79d704659 100644
--- a/libempathy/empathy-presence-manager.c
+++ b/libempathy/empathy-presence-manager.c
@@ -18,9 +18,11 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include "empathy-presence-manager.h"
-
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
+
+#include "empathy-presence-manager.h"
#include <string.h>