telepathy-farstream: add missing config.h includes

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 25 06:48:09 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: e0cdd884ebf463f1c371a4105f56af0c7ae54248
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=e0cdd884ebf463f1c371a4105f56af0c7ae54248

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 25 12:01:15 2013 +0200

add missing config.h includes

https://bugs.freedesktop.org/show_bug.cgi?id=69802

---

 examples/call-handler.c                        |    2 ++
 telepathy-farstream/call-channel.c             |    1 +
 telepathy-farstream/channel.c                  |    2 ++
 telepathy-farstream/content.c                  |    1 +
 telepathy-farstream/media-signalling-content.c |    2 ++
 5 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/examples/call-handler.c b/examples/call-handler.c
index 213edbb..fa18479 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -17,6 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include "config.h"
+
 #include <gst/gst.h>
 #include <telepathy-glib/telepathy-glib.h>
 #include <farstream/fs-element-added-notifier.h>
diff --git a/telepathy-farstream/call-channel.c b/telepathy-farstream/call-channel.c
index 3b7cf58..4b9e46c 100644
--- a/telepathy-farstream/call-channel.c
+++ b/telepathy-farstream/call-channel.c
@@ -27,6 +27,7 @@
  * channel using Farstream.
  */
 
+#include "config.h"
 
 #include "call-channel.h"
 
diff --git a/telepathy-farstream/channel.c b/telepathy-farstream/channel.c
index 7ceddc2..5e651f3 100644
--- a/telepathy-farstream/channel.c
+++ b/telepathy-farstream/channel.c
@@ -29,6 +29,8 @@
  * org.freedesktop.Telepathy.Channel.Type.Call that has HardwareStreaming=FALSE
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 
 #include <telepathy-glib/telepathy-glib.h>
diff --git a/telepathy-farstream/content.c b/telepathy-farstream/content.c
index a088c18..09989cd 100644
--- a/telepathy-farstream/content.c
+++ b/telepathy-farstream/content.c
@@ -1,3 +1,4 @@
+#include "config.h"
 
 #include "content.h"
 #include "content-priv.h"
diff --git a/telepathy-farstream/media-signalling-content.c b/telepathy-farstream/media-signalling-content.c
index 6e97b99..178da94 100644
--- a/telepathy-farstream/media-signalling-content.c
+++ b/telepathy-farstream/media-signalling-content.c
@@ -28,6 +28,8 @@
  * channel using Farstream.
  */
 
+#include "config.h"
+
 #include "media-signalling-content.h"
 
 #include <farstream/fs-conference.h>



More information about the telepathy-commits mailing list