summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index beb9ac407..68772cd11 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -14,8 +14,6 @@
#define RUBY_VM_THREAD_MODEL 2
-#include <setjmp.h>
-
#include "ruby/ruby.h"
#include "ruby/vm.h"
#include "ruby/st.h"
@@ -33,6 +31,7 @@
#error "unsupported thread type"
#endif
+#include <setjmp.h>
#include <signal.h>
#ifndef NSIG