From 5b4853a1b0599980f94e7459d522cfad8b4b5833 Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 24 Feb 2024 03:03:50 -0600 Subject: linux tests (wow so much shit was broken) --- src/types/str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types/str.c') diff --git a/src/types/str.c b/src/types/str.c index 279567f..f790dba 100644 --- a/src/types/str.c +++ b/src/types/str.c @@ -1,5 +1,5 @@ #include "str.h" -#include "lua.h" +#include "../lua.h" str* str_init(char* init){ if(init == NULL){ -- cgit v1.2.3