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:
authorStu Tomlinson <stu@nosnilmot.com>2020-09-03 14:45:57 +0300
committerGitHub <noreply@github.com>2020-09-03 14:45:57 +0300
commitbd11a00f8fb003d60a9002385c140bb6e3c64ea4 (patch)
tree93402c799b677063f2e683df5b7ab900d260ca20 /src/mod_sic.erl
parent54af08799dba9bef60b007cfbd0020deac0064ad (diff)
Use include_lib() to include headers from dependencies (#3369)
Diffstat (limited to 'src/mod_sic.erl')
-rw-r--r--src/mod_sic.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_sic.erl b/src/mod_sic.erl
index fdeb0fde8..0ccc73fd3 100644
--- a/src/mod_sic.erl
+++ b/src/mod_sic.erl
@@ -35,7 +35,7 @@
process_sm_iq/1, mod_options/1, depends/2, mod_doc/0]).
-include("logger.hrl").
--include("xmpp.hrl").
+-include_lib("xmpp/include/xmpp.hrl").
-include("translate.hrl").
start(Host, _Opts) ->