[empathy] add missing empathy-contact-list.h include
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] add missing empathy-contact-list.h include
- Date: Mon, 28 Nov 2011 11:34:57 +0000 (UTC)
commit 9a353a3f7a9a0528161516c544c6375c53d5f3cc
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Nov 10 14:15:59 2011 +0100
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
libempathy-gtk/empathy-individual-menu.c | 1 +
src/empathy-invite-participant-dialog.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c
index 607455f..e19fde3 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"
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index 8d9d712..f905c82 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]