summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/mjit.c b/mjit.c
index 33abfbe3e9..5d1a182b0b 100644
--- a/mjit.c
+++ b/mjit.c
@@ -11,14 +11,20 @@
// To share variables privately, include mjit_worker.c instead of linking.
-#include "internal.h"
+#include "ruby/config.h"
#if USE_MJIT
-#include "mjit_worker.c"
-
#include "constant.h"
#include "id_table.h"
+#include "internal.h"
+#include "internal/class.h"
+#include "internal/file.h"
+#include "internal/hash.h"
+#include "internal/mjit.h"
+#include "internal/warnings.h"
+
+#include "mjit_worker.c"
// Copy ISeq's states so that race condition does not happen on compilation.
static void