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_stats.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_stats.erl') diff --git a/src/mod_stats.erl b/src/mod_stats.erl index abd83f397..720f5e65d 100644 --- a/src/mod_stats.erl +++ b/src/mod_stats.erl @@ -35,7 +35,7 @@ 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) -> -- cgit v1.2.3