diff options
-rw-r--r-- | modules/luci-lua-runtime/luasrc/ucodebridge.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/luasrc/ucodebridge.lua b/modules/luci-lua-runtime/luasrc/ucodebridge.lua index fa4943dc99..984fb0f7f2 100644 --- a/modules/luci-lua-runtime/luasrc/ucodebridge.lua +++ b/modules/luci-lua-runtime/luasrc/ucodebridge.lua @@ -5,6 +5,7 @@ local coroutine, assert, error, type, require = coroutine, assert, error, type, local tmpl = require "luci.template" local util = require "luci.util" local http = require "luci.http" +local sys = require "luci.sys" --- LuCI ucode bridge library. |