From 381d85bccaaffea1b20f17e9441a350baf9a7136 Mon Sep 17 00:00:00 2001 From: Paul Fariello Date: Wed, 10 Apr 2019 07:41:09 +0320 Subject: [PATCH] Fix build on travis --- src/xmpp/xmpp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 54a56f02..d5330599 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -35,6 +35,8 @@ #ifndef XMPP_XMPP_H #define XMPP_XMPP_H +#include + #include "config.h" #ifdef HAVE_LIBMESODE