summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2023-02-20 16:21:44 +0800
committerGitHub <noreply@github.com>2023-02-20 16:21:44 +0800
commit3748ea659262220eb1380e2247dd6ccc47d73b3f (patch)
treeb579308525f297f90f51938e354c6a684ad5c575 /make
parentea1dc81cc9514cd43be14681441b3ad55368e7a4 (diff)
downloadlua-language-server-3748ea659262220eb1380e2247dd6ccc47d73b3f.zip
Update modules.cpp
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 802e6916..8cd6d2d9 100644
--- a/make/modules.cpp
+++ b/make/modules.cpp
@@ -1,4 +1,4 @@
-#include <bee/lua/binding.h>
+#include <binding/binding.h>
extern "C" int luaopen_lpeglabel (lua_State *L);
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);