Tarantool development patches archive
 help / color / mirror / Atom feed
From: Denis Smirnov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org
Cc: Denis Smirnov <sd@picodata.io>
Subject: [Tarantool-patches] [PATCH luajit 1/1] build: missed header when -DLUAJIT_DISABLE_JIT=ON
Date: Fri, 29 Apr 2022 10:45:23 +0700	[thread overview]
Message-ID: <6e27e4ad0577f7d3f69747eb3766fd00b902b602.1651202921.git.sd@picodata.io> (raw)
In-Reply-To: <cover.1651202921.git.sd@picodata.io>

Previously it was impossible to build Lua JIT with disabled JIT
option (-DLUAJIT_DISABLE_JIT=ON flag) because of the missed include.
Fixed.
---
 src/lj_memprof.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lj_memprof.c b/src/lj_memprof.c
index d4a639fd..4a35613c 100644
--- a/src/lj_memprof.c
+++ b/src/lj_memprof.c
@@ -11,6 +11,7 @@
 #include <errno.h>
 
 #include "lj_arch.h"
+#include "lj_jit.h"
 #include "lj_memprof.h"
 
 #if LJ_HASMEMPROF
-- 
2.32.0 (Apple Git-132)


  reply	other threads:[~2022-04-29  6:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  3:45 [Tarantool-patches] [PATCH juajit 0/1] " Denis Smirnov via Tarantool-patches
2022-04-29  3:45 ` Denis Smirnov via Tarantool-patches [this message]
2022-05-04 13:07   ` [Tarantool-patches] [PATCH luajit 1/1] " Sergey Kaplun via Tarantool-patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6e27e4ad0577f7d3f69747eb3766fd00b902b602.1651202921.git.sd@picodata.io \
    --to=tarantool-patches@dev.tarantool.org \
    --cc=sd@picodata.io \
    --subject='Re: [Tarantool-patches] [PATCH luajit 1/1] build: missed header when -DLUAJIT_DISABLE_JIT=ON' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox