summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/client/dbus-tubes/accepter.c2
-rw-r--r--examples/client/dbus-tubes/offerer.c2
-rw-r--r--examples/client/python/ft-handler.py2
-rw-r--r--examples/client/stream-tubes/accepter.c2
-rw-r--r--examples/client/stream-tubes/offerer.c2
-rw-r--r--examples/cm/call/call-channel.c2
6 files changed, 10 insertions, 2 deletions
diff --git a/examples/client/dbus-tubes/accepter.c b/examples/client/dbus-tubes/accepter.c
index e9c3835b1..c12f24d00 100644
--- a/examples/client/dbus-tubes/accepter.c
+++ b/examples/client/dbus-tubes/accepter.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
#include "constants.h"
diff --git a/examples/client/dbus-tubes/offerer.c b/examples/client/dbus-tubes/offerer.c
index baa61d0c5..580655df6 100644
--- a/examples/client/dbus-tubes/offerer.c
+++ b/examples/client/dbus-tubes/offerer.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
#include "constants.h"
diff --git a/examples/client/python/ft-handler.py b/examples/client/python/ft-handler.py
index 2e042f782..d1ac1775e 100644
--- a/examples/client/python/ft-handler.py
+++ b/examples/client/python/ft-handler.py
@@ -7,8 +7,6 @@ GObject.threads_init()
from gi.repository import Gio
from gi.repository import TelepathyGLib
-import magic
-
def usage():
print "%s FILE" % sys.argv[0]
print "FILE is a path to the location you want the file saved to"
diff --git a/examples/client/stream-tubes/accepter.c b/examples/client/stream-tubes/accepter.c
index fd974ab24..e33d3bfb8 100644
--- a/examples/client/stream-tubes/accepter.c
+++ b/examples/client/stream-tubes/accepter.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
static GMainLoop *loop = NULL;
diff --git a/examples/client/stream-tubes/offerer.c b/examples/client/stream-tubes/offerer.c
index 3b86f82eb..dee9322cc 100644
--- a/examples/client/stream-tubes/offerer.c
+++ b/examples/client/stream-tubes/offerer.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-glib/telepathy-glib.h>
static GMainLoop *loop = NULL;
diff --git a/examples/cm/call/call-channel.c b/examples/cm/call/call-channel.c
index 456bc490f..a30615543 100644
--- a/examples/cm/call/call-channel.c
+++ b/examples/cm/call/call-channel.c
@@ -34,6 +34,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "call-channel.h"
#include <string.h>