20 lines
628 B
Diff
20 lines
628 B
Diff
Description: correct include
|
|
This part of the code was moved into it's own project and was packaged
|
|
separately by me. To make the build process work, this small fix is
|
|
necessary.
|
|
Author: Philipp Huebner <debalance@debian.org>
|
|
|
|
Index: erlang-p1-xmpp/include/xmpp.hrl
|
|
===================================================================
|
|
--- erlang-p1-xmpp.orig/include/xmpp.hrl
|
|
+++ erlang-p1-xmpp/include/xmpp.hrl
|
|
@@ -26,7 +26,7 @@
|
|
-include("ns.hrl").
|
|
-include("jid.hrl").
|
|
-include("xmpp_codec.hrl").
|
|
--include("fxml.hrl").
|
|
+-include_lib("fast_xml/include/fxml.hrl").
|
|
|
|
-type stanza() :: iq() | presence() | message().
|
|
|