From 2b88e2f1bffca2800b521214df6009da673a0835 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 21 Sep 2015 21:40:04 +0100 Subject: Check for libmesode, fall back to libstrophe --- src/xmpp/stanza.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/xmpp/stanza.c') diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index acee97fb..68ace83c 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -32,11 +32,19 @@ * */ +#include "config.h" + #include #include #include + +#ifdef HAVE_LIBMESODE +#include +#endif +#ifdef HAVE_LIBSTROPHE #include +#endif #include "common.h" #include "log.h" -- cgit 1.4.1-2-gfad0