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