diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-02 03:31:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-02 03:31:57 +0800 |
commit | 6027b7671176576e2e77c26e82aca09e34278c25 (patch) | |
tree | 44d1cb86b15223ded54e6d7f35384864f4c5bb7d /libempathy/empathy-utils.c | |
parent | 8fa98907a4ffd371f0e2fda3a54874a3e56afdbc (diff) | |
download | gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar.gz gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar.bz2 gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar.lz gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar.xz gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.tar.zst gsoc2013-empathy-6027b7671176576e2e77c26e82aca09e34278c25.zip |
Add missing include of tp-conn.h
svn path=/trunk/; revision=682
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 6bb346230..ac0c57888 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -34,6 +34,7 @@ #include <libxml/uri.h> #include <libtelepathy/tp-helpers.h> +#include <libtelepathy/tp-conn.h> #include "empathy-debug.h" #include "empathy-utils.h" |