diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-20 23:30:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-20 23:30:55 +0800 |
commit | 64715cc98c7d507f9a291fe4d467bfda526fad26 (patch) | |
tree | c2d072a501608d5d0939cf258dab483e8adc5bef | |
parent | 8d679cc2bb5dc81ce82e427e8818d253ece05476 (diff) | |
download | gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar.gz gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar.bz2 gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar.lz gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar.xz gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.tar.zst gsoc2013-empathy-64715cc98c7d507f9a291fe4d467bfda526fad26.zip |
empathy-contact-list-view.h: include empathy-enum-types.h
Python bindings need to use EMPATHY_TYPE_CONTACT_LIST_FLAGS which is
defined in empathy-enum-types.h.
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.h b/libempathy-gtk/empathy-contact-list-view.h index 6666cfbb7..17de5239b 100644 --- a/libempathy-gtk/empathy-contact-list-view.h +++ b/libempathy-gtk/empathy-contact-list-view.h @@ -29,6 +29,7 @@ #include <gtk/gtk.h> #include <libempathy/empathy-contact.h> +#include <libempathy/empathy-enum-types.h> #include "empathy-contact-list-store.h" #include "empathy-contact-menu.h" |