Update scram.hrl path to support compilation when copied to ejabberd/src/
This follows previous commit 4cde5d84f2
This commit is contained in:
parent
6062f6a614
commit
b96efd7df2
|
@ -27,7 +27,7 @@
|
|||
get_password/3,
|
||||
stop/1]).
|
||||
|
||||
-include("scram.hrl").
|
||||
-include_lib("xmpp/include/scram.hrl").
|
||||
-include("logger.hrl").
|
||||
|
||||
%%%----------------------------------------------------------------------
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
-author('stephen.roettger@googlemail.com').
|
||||
|
||||
-include("scram.hrl").
|
||||
-include_lib("xmpp/include/scram.hrl").
|
||||
-include("logger.hrl").
|
||||
|
||||
%% External exports
|
||||
|
|
Loading…
Reference in New Issue