diff options
Diffstat (limited to 'make/modules.cpp')
-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); |