aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-18 10:53:24 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-19 07:48:55 +0800
commit4d8f47ca8199f166c7eb5b0bdf5981652055ac12 (patch)
treedea780eabb7079b418e522992be6a5af375ee863
parent4979eef6c9ba13e8050c15ed99f72e7ed650f675 (diff)
downloadgsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar.gz
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar.bz2
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar.lz
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar.xz
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.tar.zst
gsoc2013-empathy-4d8f47ca8199f166c7eb5b0bdf5981652055ac12.zip
[EmpathyContactSelectorDialog] Add missing include
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.h b/libempathy-gtk/empathy-contact-selector-dialog.h
index 2315bc401..5fd6c2139 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.h
+++ b/libempathy-gtk/empathy-contact-selector-dialog.h
@@ -26,6 +26,7 @@
#include <gtk/gtk.h>
#include <telepathy-glib/connection.h>
+#include <telepathy-glib/account.h>
G_BEGIN_DECLS