diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-07 18:26:57 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-07 18:26:57 +0000 |
| commit | 5484ced75c14d3d83fec699fe30df3d455365233 (patch) | |
| tree | e8457d79e73a37bfca0c52fc851d8bf143caa96d | |
| parent | 454db21b2b2b5089f125b622e988b6e5ffc23023 (diff) | |
limits.h in lua_state0.1.2
| -rw-r--r-- | src/lua_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_state.c b/src/lua_state.c index 62bd953..c9ea5e3 100644 --- a/src/lua_state.c +++ b/src/lua_state.c @@ -1,3 +1,4 @@ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
