From c29b08f8b009934b8543a8b8560bc5443694694e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 29 Feb 2012 14:00:31 +0100 Subject: [PATCH] include missing config.h https://bugs.freedesktop.org/show_bug.cgi?id=46768 --- telepathy-farstream/call-content.c | 2 +- telepathy-farstream/call-stream.c | 2 ++ telepathy-farstream/media-signalling-channel.c | 1 + 3 files changed, 4 insertions(+), 1 deletions(-) diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c index f87cb95..efe6c15 100644 --- a/telepathy-farstream/call-content.c +++ b/telepathy-farstream/call-content.c @@ -37,7 +37,7 @@ * - SSRCs */ - +#include "config.h" #include "call-content.h" diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c index e4286da..bd65e9d 100644 --- a/telepathy-farstream/call-stream.c +++ b/telepathy-farstream/call-stream.c @@ -39,6 +39,8 @@ * - Support IsICELite */ +#include "config.h" + #include "call-stream.h" #include diff --git a/telepathy-farstream/media-signalling-channel.c b/telepathy-farstream/media-signalling-channel.c index a029f91..e954332 100644 --- a/telepathy-farstream/media-signalling-channel.c +++ b/telepathy-farstream/media-signalling-channel.c @@ -27,6 +27,7 @@ * channel using Farstream. */ +#include "config.h" #include "media-signalling-channel.h" -- 1.7.7.6