diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-19 21:33:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-25 16:24:36 +0800 |
commit | eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2 (patch) | |
tree | b9457c28a7fe808ee5b400bc0739bb2c40a25f34 /libempathy | |
parent | f3028d109fb45840c5ef7f63dc14de74593f5079 (diff) | |
download | gsoc2013-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.h | 1 |
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 |