summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-20 17:45:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-23 16:12:05 +0100
commit454aa14650d6f54d08ada40811ffb55b21d90bbe (patch)
treefb9a718053c96a21fa62411635c6c128a2aa6440
parent4eeb0fe866aed281fa36f94bafdbccf1c828968b (diff)
downloadtelepathy-haze-454aa14650d6f54d08ada40811ffb55b21d90bbe.tar.gz
im-channel.c: include config.h first
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--src/im-channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/im-channel.c b/src/im-channel.c
index d17b4b2..743eb9b 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -19,9 +19,11 @@
*
*/
+#include <config.h>
+#include "im-channel.h"
+
#include <telepathy-glib/telepathy-glib.h>
-#include "im-channel.h"
#include "connection.h"
#include "debug.h"