From b96efd7df252dfb8235f00e55f0e08413a88761e Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 8 Jul 2021 00:24:24 +0200 Subject: [PATCH] Update scram.hrl path to support compilation when copied to ejabberd/src/ This follows previous commit 4cde5d84f2ddea4d1e1a05619778c1d981148bdd --- ejabberd_auth_http/src/ejabberd_auth_http.erl | 2 +- ejabberd_auth_http/src/scram2.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ejabberd_auth_http/src/ejabberd_auth_http.erl b/ejabberd_auth_http/src/ejabberd_auth_http.erl index f5a0f27..ff483c6 100644 --- a/ejabberd_auth_http/src/ejabberd_auth_http.erl +++ b/ejabberd_auth_http/src/ejabberd_auth_http.erl @@ -27,7 +27,7 @@ get_password/3, stop/1]). --include("scram.hrl"). +-include_lib("xmpp/include/scram.hrl"). -include("logger.hrl"). %%%---------------------------------------------------------------------- diff --git a/ejabberd_auth_http/src/scram2.erl b/ejabberd_auth_http/src/scram2.erl index adc2fc8..ffd9c80 100644 --- a/ejabberd_auth_http/src/scram2.erl +++ b/ejabberd_auth_http/src/scram2.erl @@ -28,7 +28,7 @@ -author('stephen.roettger@googlemail.com'). --include("scram.hrl"). +-include_lib("xmpp/include/scram.hrl"). -include("logger.hrl"). %% External exports