]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/erlang-p1-xmpp/0001-fix-includes.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / erlang-p1-xmpp / 0001-fix-includes.patch
1 Without this patch, rebar fails to find include file fxml.hrl.
2
3 Signed-off-by: Christophe Romain <cromain@process-one.net>
4
5 diff --git a/include/xmpp.hrl b/include/xmpp.hrl
6 index afa5f61..678858e 100644
7 --- a/include/xmpp.hrl
8 +++ b/include/xmpp.hrl
9 @@ -26,7 +26,7 @@
10  -include("ns.hrl").
11  -include("jid.hrl").
12  -include("xmpp_codec.hrl").
13 --include("fxml.hrl").
14 +-include_lib("p1_xml/include/fxml.hrl").
15
16  -type stanza() :: iq() | presence() | message().