diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-05-28 00:12:00 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-05-28 00:12:00 +1000 |
commit | e4ec23919de96f034190253c8cef50f2f02c0b3a (patch) | |
tree | 2733981d8189047ffb47dc47adc072e5240e0e7e /src/mod_c2s_debug.erl | |
parent | Merge branch '3.0.x' of github.com:processone/maincustomers into 3.0.x (diff) | |
parent | Improve applications startup (diff) |
Merge branch 'rebar' into 3.0.xv3.0.0-P004
Diffstat (limited to 'src/mod_c2s_debug.erl')
-rw-r--r-- | src/mod_c2s_debug.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_c2s_debug.erl b/src/mod_c2s_debug.erl index 9da40e7ab..4cfbf6440 100644 --- a/src/mod_c2s_debug.erl +++ b/src/mod_c2s_debug.erl @@ -26,6 +26,7 @@ handle_info/2, terminate/2, code_change/3]). -include("ejabberd.hrl"). +-include("logger.hrl"). -include("jlib.hrl"). |