From: Christophe Romain Date: Fri, 7 Apr 2017 10:51:43 +0000 (+0200) Subject: Let ext_mod be aware of p1_utils includes X-Git-Tag: 17.04~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0567d528c6d4320882247f91f930e03896a943c9;p=ejabberd Let ext_mod be aware of p1_utils includes --- diff --git a/src/ext_mod.erl b/src/ext_mod.erl index fe6813632..5954fe5b1 100644 --- a/src/ext_mod.erl +++ b/src/ext_mod.erl @@ -542,7 +542,7 @@ compile_result(Results) -> compile_options() -> [verbose, report_errors, report_warnings] ++ [{i, filename:join(app_dir(App), "include")} - || App <- [fast_xml, xmpp, ejabberd]]. + || App <- [fast_xml, xmpp, p1_utils, ejabberd]]. app_dir(App) -> case code:lib_dir(App) of