aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-20 23:30:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-20 23:30:55 +0800
commit64715cc98c7d507f9a291fe4d467bfda526fad26 (patch)
treec2d072a501608d5d0939cf258dab483e8adc5bef /libempathy-gtk/empathy-contact-list-view.h
parent8d679cc2bb5dc81ce82e427e8818d253ece05476 (diff)
downloadgsoc2013-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.
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.h')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.h1
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"