diff options
author | Alex Auvolat <alex@adnab.me> | 2017-04-21 14:57:53 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2017-04-21 14:57:53 +0200 |
commit | ec08d0410730a16836eb40f5e46082b3bbaf45f6 (patch) | |
tree | 1191271926f1fe42049b974f4bd9bdf56a2945bb /src/sysbin/lx/lxinit.c | |
parent | 59ecab36f634a00cc6e2c4194bf2d5ebc4ec70eb (diff) | |
download | kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.tar.gz kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.zip |
include lua_cmsgpack and implement select binding
Diffstat (limited to 'src/sysbin/lx/lxinit.c')
-rw-r--r-- | src/sysbin/lx/lxinit.c | 1 |
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} }; |