summaryrefslogtreecommitdiff
path: root/src/lj_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_state.c')
-rw-r--r--src/lj_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_state.c b/src/lj_state.c
index 2287efca..275dde44 100644
--- a/src/lj_state.c
+++ b/src/lj_state.c
@@ -18,7 +18,9 @@
18#include "lj_meta.h" 18#include "lj_meta.h"
19#include "lj_state.h" 19#include "lj_state.h"
20#include "lj_frame.h" 20#include "lj_frame.h"
21#if LJ_HASJIT
21#include "lj_mcode.h" 22#include "lj_mcode.h"
23#endif
22#include "lj_trace.h" 24#include "lj_trace.h"
23#include "lj_dispatch.h" 25#include "lj_dispatch.h"
24#include "lj_vm.h" 26#include "lj_vm.h"