diff options
Diffstat (limited to 'src/lua.c')
| -rw-r--r-- | src/lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ #include "io.h"
#include <stdlib.h>
#include <string.h>
-#include "i_str.h"
-#include "parray.h"
+#include "types/str.h"
+#include "types/parray.h"
static int ii = 0;
static int malloc_count = 0;
|
