]> git.0d.be Git - empathy.git/commitdiff
add missing empathy-contact-list.h include
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 10 Nov 2011 13:15:59 +0000 (14:15 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 28 Nov 2011 11:09:56 +0000 (12:09 +0100)
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

libempathy-gtk/empathy-individual-menu.c
src/empathy-invite-participant-dialog.c

index 607455f9b9ff9e024cf03b5f00d1eef41d45241a..e19fde3ddac76de84021e1e88bf7e9a87766f4c2 100644 (file)
@@ -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"
index 8d9d7129218dc72c68ae9ac383bafd136fe3fe3e..f905c827ed1bc0967bd8af611d90d4d88a63e7f6 100644 (file)
@@ -15,6 +15,7 @@
 #include "empathy-invite-participant-dialog.h"
 
 #include <libempathy/empathy-utils.h>
+#include <libempathy/empathy-contact-list.h>
 
 #include <libempathy-gtk/empathy-contact-chooser.h>
 #include <libempathy-gtk/empathy-individual-view.h>