core/moduleapi.lua
changeset 4750 b3525f3c2fee
parent 4747 3f526f84dbbd
child 4790 8bf710b19f65
--- a/core/moduleapi.lua	Sat Apr 28 02:38:56 2012 +0100
+++ b/core/moduleapi.lua	Sat Apr 28 02:40:36 2012 +0100
@@ -12,6 +12,7 @@
 local set = require "util.set";
 local logger = require "util.logger";
 local pluginloader = require "util.pluginloader";
+local timer = require "util.timer";
 
 local multitable_new = require "util.multitable".new;