diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-03 12:17:39 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-03 12:17:39 +0100 |
commit | d019a080bf063025bca9fcbd7052a72ef6e2aa3d (patch) | |
tree | 048b38b1b6f94f01c324db3797c1dea292539105 | |
parent | 6bc9ba234e725f63de65724e19223eb082e9dfe3 (diff) |
Adapt for move of tp_asv_*() to -dbus librarynext-decore
-rw-r--r-- | src/jingle-tp-util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jingle-tp-util.c b/src/jingle-tp-util.c index 212579f20..2716b4044 100644 --- a/src/jingle-tp-util.c +++ b/src/jingle-tp-util.c @@ -21,6 +21,8 @@ #include "jingle-tp-util.h" +#include <telepathy-glib/telepathy-glib-dbus.h> + WockyJingleMediaType wocky_jingle_media_type_from_tp (TpMediaStreamType type) { |