From f70a71c125f96cbc19c28452acd2b6914ee3d657 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 20 Sep 2013 17:45:09 +0100 Subject: [PATCH 4/4] im-channel.c: include config.h first --- 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" -- 1.8.4.rc3