aboutsummaryrefslogtreecommitdiffstats
path: root/core/storagemanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/storagemanager.lua')
-rw-r--r--core/storagemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua
index a5476e0a..218fbea4 100644
--- a/core/storagemanager.lua
+++ b/core/storagemanager.lua
@@ -5,6 +5,7 @@ local setmetatable = setmetatable;
local config = require "core.configmanager";
local datamanager = require "util.datamanager";
local modulemanager = require "core.modulemanager";
+local multitable = require "util.multitable";
local hosts = hosts;
local log = require "util.logger".init("storagemanager");