diff options
author | actboy168 <actboy168@gmail.com> | 2024-04-26 16:22:22 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2024-04-26 16:22:22 +0800 |
commit | 84c18c3063d6913122824ffbde2028f1b293a68f (patch) | |
tree | 22405fa5cbcbd48872829a286632d50fa4e49929 /make | |
parent | 6b5e19597d88a219aac73cbccd6f88a4213e07aa (diff) | |
download | lua-language-server-84c18c3063d6913122824ffbde2028f1b293a68f.zip |
update bee
Diffstat (limited to 'make')
-rw-r--r-- | make/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/modules.cpp b/make/modules.cpp index 8cd6d2d9..1dd4a370 100644 --- a/make/modules.cpp +++ b/make/modules.cpp @@ -1,4 +1,4 @@ -#include <binding/binding.h> +#include <bee/lua/module.h> extern "C" int luaopen_lpeglabel (lua_State *L); static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel); |