[lua] More madmutt package upgrades:
[apps/madmutt.git] / lib-lua / runtime.c
index 60a6835..8788ed5 100644 (file)
@@ -24,6 +24,7 @@ static lua_State *L;
 
 static const luaL_Reg lualibs[] = {
     {"",              luaopen_base},
 
 static const luaL_Reg lualibs[] = {
     {"",              luaopen_base},
+    {LUA_OSLIBNAME,   luaopen_os},
     {LUA_LOADLIBNAME, luaopen_package},
     {LUA_TABLIBNAME,  luaopen_table},
     {LUA_IOLIBNAME,   luaopen_io},
     {LUA_LOADLIBNAME, luaopen_package},
     {LUA_TABLIBNAME,  luaopen_table},
     {LUA_IOLIBNAME,   luaopen_io},