aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mysqlerl.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl.app b/src/mysqlerl.app
index f42fa80..5687463 100644
--- a/src/mysqlerl.app
+++ b/src/mysqlerl.app
@@ -5,7 +5,7 @@
[{description, "mysqlerl"},
{vsn, "0"},
{modules, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup,
- mysqlerl_connection]},
+ mysqlerl_connection, mysql_port_sup, mysql_port]},
{registered, [mysqlerl, mysqlerl_app, mysqlerl_connection_sup]},
{applications, [kernel, stdlib]},
{env, []},