From b710783208a06d519dcea3f4377723b5ebf512f9 Mon Sep 17 00:00:00 2001 From: Mathias Ertl Date: Sun, 29 Jun 2014 10:20:50 +0200 Subject: [PATCH] fix includes --- mod_muc_log_http/src/mod_muc_log_http.erl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod_muc_log_http/src/mod_muc_log_http.erl b/mod_muc_log_http/src/mod_muc_log_http.erl index f6b52ee..50f0b17 100644 --- a/mod_muc_log_http/src/mod_muc_log_http.erl +++ b/mod_muc_log_http/src/mod_muc_log_http.erl @@ -19,8 +19,9 @@ -include("ejabberd.hrl"). -include("jlib.hrl"). --include("web/ejabberd_http.hrl"). --include("mod_muc/mod_muc_room.hrl"). +-include("ejabberd_http.hrl"). +-include("mod_muc_room.hrl"). +-include("logger.hrl"). -include_lib("kernel/include/file.hrl"). -define(PROCNAME, mod_muc_log_http).