aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-07-24 20:34:44 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-28 17:25:48 +0800
commita410e0a8e2d745a94ebb96c98d63651a3f06a6dc (patch)
tree52802ec510a0b7bd3b7e0b04dca12e01e045f2a9
parent1d153c1cf91edce537bc64efb01b5a496b35518e (diff)
downloadgsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar.gz
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar.bz2
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar.lz
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar.xz
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.tar.zst
gsoc2013-empathy-a410e0a8e2d745a94ebb96c98d63651a3f06a6dc.zip
Add missing includes in empathy-share-my-desktop.c
-rw-r--r--libempathy-gtk/empathy-share-my-desktop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c
index 4a5fce916..4c60e435f 100644
--- a/libempathy-gtk/empathy-share-my-desktop.c
+++ b/libempathy-gtk/empathy-share-my-desktop.c
@@ -23,6 +23,8 @@
#include <dbus/dbus-glib.h>
#include <telepathy-glib/util.h>
#include <telepathy-glib/contact.h>
+#include <telepathy-glib/channel.h>
+#include <telepathy-glib/interfaces.h>
#define DEBUG_FLAG EMPATHY_DEBUG_SHARE_DESKTOP
#include <libempathy/empathy-debug.h>