[Tarantool-patches] [PATCH 3/4] fiber: keep reference to userdata if fiber created once
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Sep 3 00:39:25 MSK 2021
> diff --git a/src/lib/core/fiber.c b/src/lib/core/fiber.c
> index 588b78504..39b67f940 100644
> --- a/src/lib/core/fiber.c
> +++ b/src/lib/core/fiber.c
> @@ -32,6 +32,7 @@
>
> #include <trivia/config.h>
> #include <trivia/util.h>
> +#include <lauxlib.h>
Please, don't. Libcore should not depend on Lua anyhow.
More information about the Tarantool-patches
mailing list