aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-01-16 04:04:59 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-01-16 04:04:59 +0800
commit985d1764ff2a4ffe99e63c9ab5fc88a7fea79046 (patch)
tree9b8aa730e3d0ed6d1be204e16b2b8c3093176f7c /libempathy
parentebd06a1485a67d733e6b72a7e04d7a6e1607bdce (diff)
downloadgsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar.gz
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar.bz2
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar.lz
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar.xz
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.tar.zst
gsoc2013-empathy-985d1764ff2a4ffe99e63c9ab5fc88a7fea79046.zip
Add a missing include
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@560 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-contact-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index fbdd50b7c..793cd3e19 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -29,6 +29,7 @@
#include <libtelepathy/tp-conn.h>
#include <libtelepathy/tp-chan.h>
#include <libtelepathy/tp-chan-type-contact-list-gen.h>
+#include <telepathy-glib/util.h>
#include "empathy-tp-contact-list.h"
#include "empathy-contact-list.h"