From 454aa14650d6f54d08ada40811ffb55b21d90bbe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 20 Sep 2013 17:45:09 +0100 Subject: im-channel.c: include config.h first Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619 Reviewed-by: Guillaume Desmottes --- src/im-channel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +#include "im-channel.h" + #include -#include "im-channel.h" #include "connection.h" #include "debug.h" -- cgit v1.2.1