X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Farray.lua;h=b10396b105e4613e329bcd621680ccfe2601a879;hb=e29bf2590cc792999e9dc7ee5f197c71ef5dfd88;hp=6f2abe0471814a84dee908cf280cc31ae41ce858;hpb=73609fc39f973d8b0fcbf3e7298fa6088320a8da;p=prosody.git diff --git a/util/array.lua b/util/array.lua index 6f2abe04..b10396b1 100644 --- a/util/array.lua +++ b/util/array.lua @@ -14,6 +14,7 @@ local math_random = math.random; local math_floor = math.floor; local pairs, ipairs = pairs, ipairs; local tostring = tostring; +local type = type; local array = {}; local array_base = {};