]> granicus.if.org Git - ejabberd/commitdiff
Add inets in included_application for mix
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 23 Mar 2017 11:20:02 +0000 (12:20 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 23 Mar 2017 11:20:02 +0000 (12:20 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index 0eb1492e9c46df106bb02fc5135766469bd859b6..f7c74a4e9ba1ad9f4c067ef7dce736c1e44e54d1 100644 (file)
--- 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]