summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/call-handler.c2
-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
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>