Update one more place where we had -include("xmpp.hrl")

This commit is contained in:
Paweł Chmielowski 2020-09-03 14:30:04 +02:00
parent bd11a00f8f
commit 90e0293df3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
-module(xml_compress_gen). -module(xml_compress_gen).
-author("pawel@process-one.net"). -author("pawel@process-one.net").
-include("xmpp.hrl"). -include_lib("xmpp/include/xmpp.hrl").
%% API %% API
-export([archive_analyze/3, process_stats/1, gen_code/3]). -export([archive_analyze/3, process_stats/1, gen_code/3]).