diff options
Diffstat (limited to 'core/ext')
-rw-r--r-- | core/ext/keys.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ext/keys.lua b/core/ext/keys.lua index ac600507..2fb61ab3 100644 --- a/core/ext/keys.lua +++ b/core/ext/keys.lua @@ -94,6 +94,7 @@ local ipairs = _G.ipairs local next = _G.next local type = _G.type local unpack = _G.unpack +local MAC = _G.MAC --- -- [Local table] Lookup table for key values higher than 255. |