Include os_mon application

This commit is contained in:
Christophe Romain 2017-12-27 12:28:13 +01:00
parent 9fcc12dca7
commit 56241feb58
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{vsn, "@PACKAGE_VERSION@"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
{applications, [kernel, stdlib, os_mon]},
{env, []},
{mod, {ejabberd_app, []}}]}.