From 8dfed0a916d53b13ec7f574a7c93d1d15de113b7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 12:01:15 +0200 Subject: [PATCH 1/5] 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(+) diff --git a/examples/call-handler.c b/examples/call-handler.c index beeb8af..5b05ac5 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 #include #include 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 #include 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 -- 1.8.3.1