mcst-linux-kernel/patches-2024.06.26/xmpp-1.4.5/0001-fix-includes.patch

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().