aboutsummaryrefslogtreecommitdiff
path: root/src/i_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_str.c')
-rw-r--r--src/i_str.c1
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){