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 6cefb8ec9b90b2f373f8251893cf5ec1a70ae3fe..c189c297ce862a52d9d2a6520a19cdd2975c8bea 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"