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