libs/core: make sure that bitlib is loaded, fixes some sdk problems

This commit is contained in:
Jo-Philipp Wich 2009-05-17 01:56:15 +00:00
parent 112d053284
commit 62fade5709

View File

@ -26,6 +26,11 @@ limitations under the License.
local require = require
-- Make sure that bitlib is loaded
if not _G.bit then
_G.bit = require "bit"
end
module "luci"
local v = require "luci.version"