aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-menu.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-10 21:15:59 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 19:09:56 +0800
commit9a353a3f7a9a0528161516c544c6375c53d5f3cc (patch)
treed4062bf92a214a1bc1dde1f911219024e3161598 /libempathy-gtk/empathy-individual-menu.c
parent1cbe27fc9f7be998703fba83f573906d7da15912 (diff)
downloadgsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar.gz
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar.bz2
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar.lz
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar.xz
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.tar.zst
gsoc2013-empathy-9a353a3f7a9a0528161516c544c6375c53d5f3cc.zip
add missing empathy-contact-list.h include
For some reason, gcc starts complaining about this as soon as I remove EmpathyContactListFlags from empathy-contact-list.h ?! If you have an explanation for this please let me know... https://bugzilla.gnome.org/show_bug.cgi?id=663328
Diffstat (limited to 'libempathy-gtk/empathy-individual-menu.c')
-rw-r--r--libempathy-gtk/empathy-individual-menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c
index 607455f9b..e19fde3dd 100644
--- a/libempathy-gtk/empathy-individual-menu.c
+++ b/libempathy-gtk/empathy-individual-menu.c
@@ -36,6 +36,7 @@
#include <libempathy/empathy-individual-manager.h>
#include <libempathy/empathy-chatroom-manager.h>
#include <libempathy/empathy-utils.h>
+#include <libempathy/empathy-contact-list.h>
#include "empathy-account-selector-dialog.h"
#include "empathy-individual-menu.h"