diff options
Diffstat (limited to 'src/ext_mod.erl')
-rw-r--r-- | src/ext_mod.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext_mod.erl b/src/ext_mod.erl index 1b8c0eb61..e4feeaee6 100644 --- a/src/ext_mod.erl +++ b/src/ext_mod.erl @@ -570,7 +570,7 @@ compile_result(Results) -> end. compile_options() -> - [verbose, report_errors, report_warnings] + [verbose, report_errors, report_warnings, ?ALL_DEFS] ++ [{i, filename:join(app_dir(App), "include")} || App <- [fast_xml, xmpp, p1_utils, ejabberd]] ++ [{i, filename:join(mod_dir(Mod), "include")} |