From 2c7fe0f3611fcca0c5a636da11490aa886aecbc4 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 19 Jun 2022 00:59:07 -0700 Subject: [PATCH] Fix redbean regression from previous commit --- tool/net/redbean.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tool/net/redbean.c b/tool/net/redbean.c index 2ba9909d4..5e0096bf3 100644 --- a/tool/net/redbean.c +++ b/tool/net/redbean.c @@ -5176,10 +5176,11 @@ static const luaL_Reg kLuaFuncs[] = { }; static const luaL_Reg kLuaLibs[] = { - {"re", LuaRe}, // - {"maxmind", LuaMaxmind}, // - {"lsqlite3", luaopen_lsqlite3}, // {"argon2", luaopen_argon2}, // + {"lsqlite3", luaopen_lsqlite3}, // + {"maxmind", LuaMaxmind}, // + {"re", LuaRe}, // + {"unix", LuaUnix}, // }; static void LuaSetArgv(lua_State *L) {