summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>