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 #include #include @@ -7,7 +8,6 @@ #include #include "ruby-runner.h" -#include "ruby/config.h" #ifdef MAKE_MJIT_BUILD_DIR const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;