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_mam.erl
parent54af08799dba9bef60b007cfbd0020deac0064ad (diff)
Use include_lib() to include headers from dependencies (#3369)
Diffstat (limited to 'src/mod_mam.erl')
-rw-r--r--src/mod_mam.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl
index 13004083b..a2ff3d4ff 100644
--- a/src/mod_mam.erl
+++ b/src/mod_mam.erl
@@ -44,7 +44,7 @@
is_empty_for_user/2, is_empty_for_room/3, check_create_room/4,
process_iq/3, store_mam_message/7, make_id/0, wrap_as_mucsub/2, select/7]).
--include("xmpp.hrl").
+-include_lib("xmpp/include/xmpp.hrl").
-include("logger.hrl").
-include("mod_muc_room.hrl").
-include("ejabberd_commands.hrl").