diff options
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luastuff.w | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luastuff.w b/Build/source/texk/web2c/luatexdir/lua/luastuff.w index 6f57e8ee845..b3093303c6e 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luastuff.w +++ b/Build/source/texk/web2c/luatexdir/lua/luastuff.w @@ -293,6 +293,8 @@ void luainterpreter(void) lua_pushcfunction(L,luatex_loadfile); lua_setglobal(L, "loadfile"); + luatex_md5_lua_open(L); + open_oslibext(L); open_strlibext(L); open_lfslibext(L); |