diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-02 03:54:29 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-02 03:54:29 +0000 |
| commit | 2fe0443d7073e59b1e4d75f49f0a5a417678f4cd (patch) | |
| tree | 24a269f1fa532eacea4380d03882abe145dc297d /src/lua_globs.c | |
| parent | fe3caeefac7a2081f5c9db90bf5c821624a71082 (diff) | |
ezntek: checkpoint!
Diffstat (limited to 'src/lua_globs.c')
| -rw-r--r-- | src/lua_globs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lua_globs.c b/src/lua_globs.c index 5a8e51c..d6bd353 100644 --- a/src/lua_globs.c +++ b/src/lua_globs.c @@ -18,10 +18,12 @@ */ -#include "lua_globs.h" +#include <stdlib.h> + #include "files.h" #include "globs.h" #include "log.h" +#include "lua_globs.h" #include "str.h" lua_State *L = NULL; |
