From 12cc0d355cbe20c26bc7733b5b63e21c916d6cab Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 12:36:21 +0200 Subject: [PATCH 3/4] add telepathy-glib-dbus.h Not yet needed but will be for 1.0 https://bugs.freedesktop.org/show_bug.cgi?id=69806 --- examples/call-handler.c | 1 + telepathy-farstream/call-content.c | 1 + telepathy-farstream/call-stream.c | 1 + telepathy-farstream/channel.c | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/call-handler.c b/examples/call-handler.c index 5b05ac5..780e0f7 100644 --- a/examples/call-handler.c +++ b/examples/call-handler.c @@ -21,6 +21,7 @@ #include #include +#include #include #include #include diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c index 6a29e93..751b606 100644 --- a/telepathy-farstream/call-content.c +++ b/telepathy-farstream/call-content.c @@ -42,6 +42,7 @@ #include "call-content.h" #include +#include #include #include #include diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c index 2b3c4e2..9713dec 100644 --- a/telepathy-farstream/call-stream.c +++ b/telepathy-farstream/call-stream.c @@ -44,6 +44,7 @@ #include "call-stream.h" #include +#include #include #include diff --git a/telepathy-farstream/channel.c b/telepathy-farstream/channel.c index 7c1b6e0..e8ba1ac 100644 --- a/telepathy-farstream/channel.c +++ b/telepathy-farstream/channel.c @@ -31,6 +31,7 @@ #include #include +#include #include -- 1.8.3.1