xref: /OK3568_Linux_fs/buildroot/package/erlang-p1-xmpp/0001-fix-includes.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Without this patch, rebar fails to find include file fxml.hrl.
2
3Signed-off-by: Christophe Romain <cromain@process-one.net>
4
5diff --git a/include/xmpp.hrl b/include/xmpp.hrl
6index afa5f61..678858e 100644
7--- a/include/xmpp.hrl
8+++ b/include/xmpp.hrl
9@@ -25,7 +25,7 @@
10 -include("ns.hrl").
11 -include("jid.hrl").
12 -include("xmpp_codec.hrl").
13--include_lib("fast_xml/include/fxml.hrl").
14+-include_lib("p1_xml/include/fxml.hrl").
15
16 -type stanza() :: iq() | presence() | message().
17