diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:33:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:33:45 +0800 |
commit | a2e60c04e9e12bf0615284f56c37490ef2626bbc (patch) | |
tree | e46bf17f0668084ae0afc0d9915e9aa4294530f0 /libempathy-gtk | |
parent | 3ec0482e4801c8c0e28763108685e165c170d134 (diff) | |
download | gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar.gz gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar.bz2 gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar.lz gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar.xz gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.tar.zst gsoc2013-empathy-a2e60c04e9e12bf0615284f56c37490ef2626bbc.zip |
include empathy-contact-list-store.h in empathy-contact-selector.h
svn path=/trunk/; revision=2316
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-selector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.h b/libempathy-gtk/empathy-contact-selector.h index e825eb9df..c7e30e363 100644 --- a/libempathy-gtk/empathy-contact-selector.h +++ b/libempathy-gtk/empathy-contact-selector.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS #include <gtk/gtk.h> #include <libempathy/empathy-contact.h> +#include <libempathy-gtk/empathy-contact-list-store.h> #define EMPATHY_TYPE_CONTACT_SELECTOR (empathy_contact_selector_get_type ()) #define EMPATHY_CONTACT_SELECTOR(object) (G_TYPE_CHECK_INSTANCE_CAST \ |