telepathy-haze: im-channel.c: include config.h first

Simon McVittie smcv at kemper.freedesktop.org
Mon Sep 23 08:12:13 PDT 2013


Module: telepathy-haze
Branch: master
Commit: 454aa14650d6f54d08ada40811ffb55b21d90bbe
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=454aa14650d6f54d08ada40811ffb55b21d90bbe

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep 20 17:45:09 2013 +0100

im-channel.c: include config.h first

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 src/im-channel.c |    4 +++-
 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"
 



More information about the telepathy-commits mailing list