aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ruby-runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-runner.c b/ruby-runner.c
index c991178193..d41ba274c3 100644
--- a/ruby-runner.c
+++ b/ruby-runner.c
@@ -1,4 +1,5 @@
#define _POSIX_C_SOURCE 200809L
+#include "ruby/config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -7,7 +8,6 @@
#include <sys/stat.h>
#include "ruby-runner.h"
-#include "ruby/config.h"
#ifdef MAKE_MJIT_BUILD_DIR
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;