From bd11a00f8fb003d60a9002385c140bb6e3c64ea4 Mon Sep 17 00:00:00 2001 From: Stu Tomlinson Date: Thu, 3 Sep 2020 12:45:57 +0100 Subject: Use include_lib() to include headers from dependencies (#3369) --- src/mod_announce_sql.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_announce_sql.erl') diff --git a/src/mod_announce_sql.erl b/src/mod_announce_sql.erl index f4c0cb89..f89018a4 100644 --- a/src/mod_announce_sql.erl +++ b/src/mod_announce_sql.erl @@ -32,7 +32,7 @@ get_motd/1, is_motd_user/2, set_motd_user/2, import/3, export/1]). --include("xmpp.hrl"). +-include_lib("xmpp/include/xmpp.hrl"). -include("mod_announce.hrl"). -include("ejabberd_sql_pt.hrl"). -include("logger.hrl"). -- cgit v1.2.3