Blob Blame History Raw
From 5b99ba2d85fbf1c665823583fd8045d5bbfa120f Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Sat, 31 Dec 2016 13:43:36 -0500
Subject: [PATCH] Allow fxml.hrl to be found from system libs.

This commit adjusts an include() call to be include_lib() so that
fxml.hrl can be found when it is installed in /usr/lib rather than
in a local deps folder.
---
 include/xmpp.hrl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git include/xmpp.hrl include/xmpp.hrl
index 4236f6c..955c825 100644
--- include/xmpp.hrl
+++ 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().
 
-- 
2.11.0