summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-04-26 16:22:22 +0800
committeractboy168 <actboy168@gmail.com>2024-04-26 16:22:22 +0800
commit84c18c3063d6913122824ffbde2028f1b293a68f (patch)
tree22405fa5cbcbd48872829a286632d50fa4e49929 /make
parent6b5e19597d88a219aac73cbccd6f88a4213e07aa (diff)
downloadlua-language-server-84c18c3063d6913122824ffbde2028f1b293a68f.zip
update bee
Diffstat (limited to 'make')
-rw-r--r--make/modules.cpp2
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);