summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-07 11:07:07 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-07 11:07:07 +0100
commit32775ef66842c5c1ff939e35a0870f82d692b556 (patch)
tree6d535269bd8887d4c1b41c49650c264616fb9cdd
parentd637d9e53bfa5b3b11366c5af105f9c22515bd98 (diff)
Add some missing config.hHEADmaster
Needed to disable GLib deprecation warnings.
-rw-r--r--telepathy-yell/base-call-channel.c2
-rw-r--r--telepathy-yell/call-stream-endpoint.c2
-rw-r--r--telepathy-yell/extensions-cli.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-yell/base-call-channel.c b/telepathy-yell/base-call-channel.c
index 2c5e1df..179a86c 100644
--- a/telepathy-yell/base-call-channel.c
+++ b/telepathy-yell/base-call-channel.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "base-call-channel.h"
#include <stdio.h>
diff --git a/telepathy-yell/call-stream-endpoint.c b/telepathy-yell/call-stream-endpoint.c
index 15738ba..9e17296 100644
--- a/telepathy-yell/call-stream-endpoint.c
+++ b/telepathy-yell/call-stream-endpoint.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-stream-endpoint.h"
#include <stdio.h>
diff --git a/telepathy-yell/extensions-cli.c b/telepathy-yell/extensions-cli.c
index 076ef29..bd66e72 100644
--- a/telepathy-yell/extensions-cli.c
+++ b/telepathy-yell/extensions-cli.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "extensions.h"
#include <telepathy-glib/channel.h>