diff options
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){ |
