diff options
Diffstat (limited to 'apps/plugins/lua/rocklua.c')
-rw-r--r-- | apps/plugins/lua/rocklua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklua.c b/apps/plugins/lua/rocklua.c index 98ffea8123..cc99f9236e 100644 --- a/apps/plugins/lua/rocklua.c +++ b/apps/plugins/lua/rocklua.c | |||
@@ -36,6 +36,7 @@ static const luaL_Reg lualibs[] = { | |||
36 | {LUA_OSLIBNAME, luaopen_os}, | 36 | {LUA_OSLIBNAME, luaopen_os}, |
37 | {LUA_ROCKLIBNAME, luaopen_rock}, | 37 | {LUA_ROCKLIBNAME, luaopen_rock}, |
38 | {LUA_BITLIBNAME, luaopen_bit}, | 38 | {LUA_BITLIBNAME, luaopen_bit}, |
39 | {LUA_LOADLIBNAME, luaopen_package}, | ||
39 | {NULL, NULL} | 40 | {NULL, NULL} |
40 | }; | 41 | }; |
41 | 42 | ||