aboutsummaryrefslogtreecommitdiff
path: root/src/lua.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-04-16 13:09:46 -0500
committeramelia squires <[email protected]>2025-04-16 13:09:46 -0500
commit009eb7d43d9582856c275ad3b16f7e3ff94209cc (patch)
tree6d1f5ea000a6d72164a5b6e05b68dfbe0371ae06 /src/lua.c
parentdd7a8af4050454c3901987bff24a77334f892cc4 (diff)
merge thingy
Diffstat (limited to 'src/lua.c')
-rw-r--r--src/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.c b/src/lua.c
index b87682d..d122b59 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -3,8 +3,8 @@
#include "io.h"
#include <stdlib.h>
#include <string.h>
-#include "lua5.4/lua.h"
#include "types/str.h"
+#include <stdint.h>
#include "types/parray.h"
static int ii = 0;