diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 23:03:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-08 17:40:31 +0800 |
commit | 9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c (patch) | |
tree | 9807fb8096599c0e83a17dfac2998281d4dad752 /libempathy-gtk/empathy-notify-manager.h | |
parent | e56070fd87fe3429ee046550623c90d64c98eb83 (diff) | |
download | gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar.gz gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar.bz2 gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar.lz gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar.xz gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.tar.zst gsoc2013-empathy-9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c.zip |
notify-manager: include empathy-contact.h as we use it
Diffstat (limited to 'libempathy-gtk/empathy-notify-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.h b/libempathy-gtk/empathy-notify-manager.h index ff62a872a..f7c5e4c5a 100644 --- a/libempathy-gtk/empathy-notify-manager.h +++ b/libempathy-gtk/empathy-notify-manager.h @@ -23,6 +23,8 @@ #include <glib-object.h> +#include <libempathy/empathy-contact.h> + G_BEGIN_DECLS #define EMPATHY_NOTIFY_MANAGER_CAP_ACTIONS "actions" |