diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-10 21:15:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-28 19:09:56 +0800 |
commit | 9a353a3f7a9a0528161516c544c6375c53d5f3cc (patch) | |
tree | d4062bf92a214a1bc1dde1f911219024e3161598 /src | |
parent | 1cbe27fc9f7be998703fba83f573906d7da15912 (diff) | |
download | gsoc2013-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 'src')
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index 8d9d71292..f905c827e 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> |