aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit-openresty
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-29 10:40:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-29 10:40:06 +0000
commit471f101ffda568e71f0459422e59f02c94b648bc (patch)
tree8c00925d4863b60cb3ecfc8fe2962ab260f8454d /lang/luajit-openresty
parentea2e210f27c7f68c1f60d4b74a04f2361a63987b (diff)
Notes
Diffstat (limited to 'lang/luajit-openresty')
-rw-r--r--lang/luajit-openresty/files/patch-src_lj__ccallback.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/luajit-openresty/files/patch-src_lj__ccallback.c b/lang/luajit-openresty/files/patch-src_lj__ccallback.c
new file mode 100644
index 000000000000..40d0cc76b15b
--- /dev/null
+++ b/lang/luajit-openresty/files/patch-src_lj__ccallback.c
@@ -0,0 +1,10 @@
+--- src/lj_ccallback.c.orig 2020-10-28 11:55:44 UTC
++++ src/lj_ccallback.c
+@@ -20,6 +20,7 @@
+ #include "lj_mcode.h"
+ #include "lj_trace.h"
+ #include "lj_vm.h"
++#include "lualib.h"
+
+ /* -- Target-specific handling of callback slots -------------------------- */
+