Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>2014-07-05 14:01:29 +0400
committerMatwey V. Kornilov <matwey.kornilov@gmail.com>2014-07-05 17:57:35 +0400
commit50a73d118854a3f6a78162948f0046a8ef5c8ece (patch)
treec102a1829d7ff07d391f7f02072b75796c17b643 /include
parent76ebebf2a084375043da1bcf46c7998c944a0320 (diff)
Use -include_lib instead of -include for esip and p1_xml
-include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
Diffstat (limited to 'include')
-rw-r--r--include/jlib.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jlib.hrl b/include/jlib.hrl
index 8b749955a..a263c1ff2 100644
--- a/include/jlib.hrl
+++ b/include/jlib.hrl
@@ -19,7 +19,7 @@
%%%----------------------------------------------------------------------
-include("ns.hrl").
--include("xml.hrl").
+-include_lib("p1_xml/include/xml.hrl").
-define(STANZA_ERROR(Code, Type, Condition),
#xmlel{name = <<"error">>,