aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence-manager.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-07 18:04:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-07 18:38:47 +0800
commit608d11794fbf61068c5b02954b4732f84c39449a (patch)
tree74fe0f25b962e4c84a1a228b2e5c70cfd626660d /libempathy/empathy-presence-manager.c
parente96e1ffc1f42d3b9e1c8d79884eb679737c758d9 (diff)
downloadgsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.gz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.bz2
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.lz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.xz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.zst
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.zip
add missing config.h includes
Diffstat (limited to 'libempathy/empathy-presence-manager.c')
-rw-r--r--libempathy/empathy-presence-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-presence-manager.c b/libempathy/empathy-presence-manager.c
index 22af1ec7b..9b1a39217 100644
--- a/libempathy/empathy-presence-manager.c
+++ b/libempathy/empathy-presence-manager.c
@@ -18,9 +18,9 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include "empathy-presence-manager.h"
+#include "config.h"
-#include <config.h>
+#include "empathy-presence-manager.h"
#include <string.h>