Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaper.erl')
-rw-r--r--src/shaper.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shaper.erl b/src/shaper.erl
index c86acd701..37c1a30c9 100644
--- a/src/shaper.erl
+++ b/src/shaper.erl
@@ -31,6 +31,7 @@
-export([new/1, new1/1, update/2]).
-include("ejabberd.hrl").
+-include("logger.hrl").
-record(maxrate, {maxrate = 0 :: integer(),
lastrate = 0.0 :: float(),