From 4d8f7706240a1603468968f47fc7b150b788d62f Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Mon, 8 Apr 2013 11:12:54 +0200 Subject: Switch to rebar build tool Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite --- src/ejabberd_auth_odbc.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ejabberd_auth_odbc.erl') diff --git a/src/ejabberd_auth_odbc.erl b/src/ejabberd_auth_odbc.erl index 7a2e90e02..a1841f3d1 100644 --- a/src/ejabberd_auth_odbc.erl +++ b/src/ejabberd_auth_odbc.erl @@ -42,6 +42,7 @@ plain_password_required/0]). -include("ejabberd.hrl"). +-include("logger.hrl"). %%%---------------------------------------------------------------------- %%% API -- cgit v1.2.3