From e56c6545faf8bf7e5013ac9270a16f1f46c44366 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Thu, 23 Mar 2017 12:20:02 +0100 Subject: [PATCH] Add inets in included_application for mix --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0eb1492e9..f7c74a4e9 100644 --- a/mix.exs +++ b/mix.exs @@ -26,7 +26,7 @@ defmodule Ejabberd.Mixfile do def application do [mod: {:ejabberd_app, []}, applications: [:ssl], - included_applications: [:lager, :mnesia, :p1_utils, :cache_tab, + included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab, :fast_tls, :stringprep, :fast_xml, :xmpp, :stun, :fast_yaml, :esip, :jiffy, :p1_oauth2] ++ cond_apps]