Skip to content

Commit 1bad138

Browse files
author
erebion
committed
mod_unified_push: fix include path
1 parent 94bc731 commit 1bad138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_unified_push/src/mod_unified_push.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
-include("ejabberd_http.hrl").
3838

3939
%% XMPP structs such as #iq
40-
-include_lib("p1_xmpp/include/xmpp.hrl").
40+
-include_lib("xmpp/include/xmpp.hrl").
4141

4242
%% JOSE JWK structs such as #jose_jwk
4343
-include_lib("jose/include/jose_jwk.hrl").

0 commit comments

Comments
 (0)