diff options
| author | ame <[email protected]> | 2024-02-24 03:03:50 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-24 03:03:50 -0600 |
| commit | 5b4853a1b0599980f94e7459d522cfad8b4b5833 (patch) | |
| tree | aebfda99b19411626e3cab8b78dc72fd985dd5a5 /src/types/str.c | |
| parent | 4a18114e58e2c7ef3a9c7785a5b52fecfb1bb132 (diff) | |
linux tests (wow so much shit was broken)
Diffstat (limited to 'src/types/str.c')
| -rw-r--r-- | src/types/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |
