aboutsummaryrefslogtreecommitdiff
path: root/src/sysbin/lx/lxinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysbin/lx/lxinit.c')
-rw-r--r--src/sysbin/lx/lxinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysbin/lx/lxinit.c b/src/sysbin/lx/lxinit.c
index c0059c7..c185b45 100644
--- a/src/sysbin/lx/lxinit.c
+++ b/src/sysbin/lx/lxinit.c
@@ -34,6 +34,7 @@
static const luaL_Reg loadedlibs[] = {
{LX_SYSLIBNAME, lx_open_sys},
+ {LX_MSGLIBNAME, lx_open_msg},
{NULL, NULL}
};