[Tarantool-patches] [PATCH 1/3] misc: add lmisclib.h to lua.hpp header
Sergey Kaplun
skaplun at tarantool.org
Fri Oct 16 18:26:32 MSK 2020
This patch adds missing lmisclib.h header to C++ wrapper
for LuaJIT header files as part of extended public API.
Follows up tarantool/tarantool#5187
---
src/lua.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lua.hpp b/src/lua.hpp
index 07e9002..56ae165 100644
--- a/src/lua.hpp
+++ b/src/lua.hpp
@@ -5,5 +5,6 @@ extern "C" {
#include "lauxlib.h"
#include "lualib.h"
#include "luajit.h"
+#include "lmisclib.h"
}
--
2.28.0
More information about the Tarantool-patches
mailing list