aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-19 21:33:59 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-25 16:24:36 +0800
commiteaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2 (patch)
treeb9457c28a7fe808ee5b400bc0739bb2c40a25f34 /libempathy
parentf3028d109fb45840c5ef7f63dc14de74593f5079 (diff)
downloadgsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar.gz
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar.bz2
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar.lz
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar.xz
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.tar.zst
gsoc2013-empathy-eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2.zip
idle.h: we have to include account from tp-glib
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-idle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h
index 687742c0f..95b99dc40 100644
--- a/libempathy/empathy-idle.h
+++ b/libempathy/empathy-idle.h
@@ -24,6 +24,7 @@
#include <glib.h>
+#include <telepathy-glib/account.h>
#include <telepathy-glib/enums.h>
G_BEGIN_DECLS