aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-05-08 07:47:08 +0800
committerTravis Reitter <treitter@gmail.com>2010-05-08 07:47:08 +0800
commit4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f (patch)
tree5e1ba81535ed19668fbc6d58a614f3cccbd11dd6
parentaac9ffc5d26531278f64d12209db21cfb5d44dfe (diff)
downloadgsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar.gz
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar.bz2
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar.lz
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar.xz
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.tar.zst
gsoc2013-empathy-4b8ac78f0001e5dc9ca5cd2aaef11aeb890eea2f.zip
Add missing tp-glib/util.h header to the AccountsPage.
-rw-r--r--src/cc-empathy-accounts-page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cc-empathy-accounts-page.c b/src/cc-empathy-accounts-page.c
index 9aab98902..ebaea6038 100644
--- a/src/cc-empathy-accounts-page.c
+++ b/src/cc-empathy-accounts-page.c
@@ -28,6 +28,7 @@
#include <glib/gi18n-lib.h>
#include <telepathy-glib/account-manager.h>
+#include <telepathy-glib/util.h>
#include <libempathy/empathy-utils.h>
#include <libempathy/empathy-connection-managers.h>
#include <libempathy-gtk/empathy-ui-utils.h>