2017-05-31 18:35:44 +02:00
|
|
|
Without this patch, rebar fails to find include file fxml.hrl.
|
|
|
|
|
|
|
|
Signed-off-by: Christophe Romain <cromain@process-one.net>
|
|
|
|
|
|
|
|
diff --git a/include/xmpp.hrl b/include/xmpp.hrl
|
|
|
|
index afa5f61..678858e 100644
|
|
|
|
--- a/include/xmpp.hrl
|
|
|
|
+++ b/include/xmpp.hrl
|
2020-11-26 18:43:00 +01:00
|
|
|
@@ -25,7 +25,7 @@
|
2017-05-31 18:35:44 +02:00
|
|
|
-include("ns.hrl").
|
|
|
|
-include("jid.hrl").
|
|
|
|
-include("xmpp_codec.hrl").
|
2020-11-26 18:43:00 +01:00
|
|
|
--include_lib("fast_xml/include/fxml.hrl").
|
2017-05-31 18:35:44 +02:00
|
|
|
+-include_lib("p1_xml/include/fxml.hrl").
|
|
|
|
|
|
|
|
-type stanza() :: iq() | presence() | message().
|