libs/core: Added mising import for math module to luci.util

This commit is contained in:
Steven Barth 2008-09-01 11:10:06 +00:00
parent 6a1f5d2889
commit c1edac6ed0

View file

@ -25,6 +25,7 @@ limitations under the License.
]]--
local io = require "io"
local math = require "math"
local table = require "table"
local debug = require "debug"
local string = require "string"