fix includes for mod_archive

This commit is contained in:
Mathias Ertl 2014-06-29 10:16:11 +02:00
parent de820d073f
commit ba56d73077
2 changed files with 4 additions and 2 deletions

View File

@ -84,6 +84,7 @@
-include("ejabberd.hrl").
-include("jlib.hrl").
-include("logger.hrl").
-record(state, {host,
sessions,

View File

@ -15,8 +15,9 @@
-include("ejabberd.hrl").
-include("jlib.hrl").
-include("web/ejabberd_http.hrl").
-include("web/ejabberd_web_admin.hrl"). %for all the defines
-include("logger.hrl").
-include("ejabberd_http.hrl").
-include("ejabberd_web_admin.hrl"). %for all the defines
-define(LINK(L) , "/archive/" ++ L).
%-define(P(Els), ?XE("p", Els)).