diff options
| author | ame <[email protected]> | 2024-02-13 14:14:20 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-13 14:14:20 -0600 |
| commit | cec56b5d601c3f3f09841dd0c24cae6ea3d734d8 (patch) | |
| tree | 4ca0fc810be6265be8c5ee00f592e64af8c8058e /src/i_str.c | |
| parent | 04b1b0fc52287228a2c9bc6a3cbf9a85bdd1f2fc (diff) | |
idk
Diffstat (limited to 'src/i_str.c')
| -rw-r--r-- | src/i_str.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_str.c b/src/i_str.c index 5b12a3f..d77067b 100644 --- a/src/i_str.c +++ b/src/i_str.c @@ -1,4 +1,5 @@ #include "i_str.h" +#include "lua.h" str* str_init(char* init){ if(init == NULL){ |
