summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 12:01:15 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 15:47:58 +0200
commite0cdd884ebf463f1c371a4105f56af0c7ae54248 (patch)
tree70028ae3663f8867818b6467300608ff206f45d4 /telepathy-farstream
parent3190e5ab4160d0d7b9946db547b22b1babe2e870 (diff)
add missing config.h includes
https://bugs.freedesktop.org/show_bug.cgi?id=69802
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-channel.c1
-rw-r--r--telepathy-farstream/channel.c2
-rw-r--r--telepathy-farstream/content.c1
-rw-r--r--telepathy-farstream/media-signalling-content.c2
4 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-farstream/call-channel.c b/telepathy-farstream/call-channel.c
index 3b7cf58c4..4b9e46c2d 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 7ceddc2bf..5e651f3ce 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 a088c18c7..09989cd02 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 6e97b99fb..178da94cd 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>