fix-compilation-warning.diff
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 12 Nov 2014 23:04:36 +0200
changeset 87 78238d26911a
permissions -rw-r--r--
Update series to current dev version * old changes * refresh patches * add update-uk-translation.diff * add fix-compilation-warning.diff * add fix-changelog-api.diff * temporarily deactivate timeformat patches * new experimental versions 42/43

# HG changeset patch
# Parent 634cc23e8c1c5764623d17d12170b3fb7d67e5d9
Fix compilation warning, when building without modules support

diff -r 634cc23e8c1c mcabber/mcabber/main.c
--- a/mcabber/mcabber/main.c	Fri Oct 17 22:42:07 2014 +0200
+++ b/mcabber/mcabber/main.c	Wed Nov 12 22:23:26 2014 +0200
@@ -44,13 +44,13 @@
 #include "xmpp.h"
 #include "help.h"
 #include "events.h"
+#include "compl.h"
 
 #ifndef MODULES_ENABLE
 # include "fifo.h"
 #endif
 
 #ifdef MODULES_ENABLE
-# include "compl.h"
 # include "modules.h"
 #endif