aboutsummaryrefslogtreecommitdiff
path: root/src/mod_private.erl
diff options
context:
space:
mode:
authorStu Tomlinson <stu@nosnilmot.com>2020-09-03 12:45:57 +0100
committerGitHub <noreply@github.com>2020-09-03 13:45:57 +0200
commitbd11a00f8fb003d60a9002385c140bb6e3c64ea4 (patch)
tree93402c799b677063f2e683df5b7ab900d260ca20 /src/mod_private.erl
parentUpdate xmpp dep (diff)
Use include_lib() to include headers from dependencies (#3369)
Diffstat (limited to 'src/mod_private.erl')
-rw-r--r--src/mod_private.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_private.erl b/src/mod_private.erl
index 08268e723..77938eb66 100644
--- a/src/mod_private.erl
+++ b/src/mod_private.erl
@@ -40,7 +40,7 @@
-export([get_commands_spec/0, bookmarks_to_pep/2]).
-include("logger.hrl").
--include("xmpp.hrl").
+-include_lib("xmpp/include/xmpp.hrl").
-include("mod_private.hrl").
-include("ejabberd_commands.hrl").
-include("translate.hrl").