diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-22 07:33:06 +0000 |
| commit | a18b7108f1648dc69e06bb21e84ec48a2dd60f60 (patch) | |
| tree | 1693a64a18913d751b0e9a23609218bf0d24f01c /src/lua_build.c | |
| parent | 7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (diff) | |
command line args are much nicer, and versions are properly disciplined1.0.0
Diffstat (limited to 'src/lua_build.c')
| -rw-r--r-- | src/lua_build.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua_build.c b/src/lua_build.c index 269482d..7a289fd 100644 --- a/src/lua_build.c +++ b/src/lua_build.c @@ -2,6 +2,8 @@ #include <stdbool.h> #include "lua_build.h" + +#include "is_updated.h" #include "lua_state.h" #include "vars.h" |
