aboutsummaryrefslogtreecommitdiff
path: root/src/types/parray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/parray.c')
-rw-r--r--src/types/parray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/parray.c b/src/types/parray.c
index 3dcc57f..25cd94c 100644
--- a/src/types/parray.c
+++ b/src/types/parray.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
-#include "lua.h"
+#include "../lua.h"
#include "parray.h"
parray_t* parray_init(){
@@ -83,4 +83,4 @@ parray_t* parray_find(parray_t* p, char* match){
}
}
return ret;
-} \ No newline at end of file
+}