libs/core: Added mising import for math module to luci.util
authorSteven Barth <steven@midlink.org>
Mon, 1 Sep 2008 11:10:06 +0000 (11:10 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 1 Sep 2008 11:10:06 +0000 (11:10 +0000)
libs/core/luasrc/util.lua

index 6cefb8e..c189c29 100644 (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"