@@ -145,6 +145,9 @@ static const luaL_Reg loadedlibs[] = {
#endif
#ifdef LUAT_USE_FDB
{"fdb", luaopen_fdb},
+#endif
+#ifdef LUAT_USE_LCDSEG
+ {"lcdseg", luaopen_lcdseg},
{NULL, NULL}
};