Hi, Igor! Thanks for the patch! LGTM. -- Best regards, Maxim Kokryashkin     >Понедельник, 13 февраля 2023, 20:03 +03:00 от Igor Munkin : >  >From: Mike Pall > >(cherry picked from commit 54484e257f24c47d71b8233844e2ec8664db8071) > >This is a tiny patch fixing header dependencies for the build with >-DLUAJIT_DISABLE_JIT=ON and whitespace inconsistency. > >Igor Munkin: >* added the description > >Part of tarantool/tarantool#8069 > >Signed-off-by: Igor Munkin < imun@tarantool.org > >--- > src/lib_base.c | 2 +- > src/lj_gc.c | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/src/lib_base.c b/src/lib_base.c >index 398c4f65..eb6da054 100644 >--- a/src/lib_base.c >+++ b/src/lib_base.c >@@ -505,7 +505,7 @@ LJLIB_CF(print) >     tv = L->top-1; >   } >   shortcut = (tvisfunc(tv) && funcV(tv)->c.ffid == FF_tostring) >- && !gcrefu(basemt_it(G(L), LJ_TNUMX)); >+ && !gcrefu(basemt_it(G(L), LJ_TNUMX)); >   for (i = 0; i < nargs; i++) { >     cTValue *o = &L->base[i]; >     const char *str; >diff --git a/src/lj_gc.c b/src/lj_gc.c >index 29387a48..c306047a 100644 >--- a/src/lj_gc.c >+++ b/src/lj_gc.c >@@ -25,6 +25,7 @@ > #include "lj_cdata.h" > #endif > #include "lj_trace.h" >+#include "lj_dispatch.h" > #include "lj_vm.h" >  > #define GCSTEPSIZE 1024u >-- >2.30.2