aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/ucontext/Context.c
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/ucontext/Context.c')
-rw-r--r--coroutine/ucontext/Context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coroutine/ucontext/Context.c b/coroutine/ucontext/Context.c
index ab8fda923e..9ce768561b 100644
--- a/coroutine/ucontext/Context.c
+++ b/coroutine/ucontext/Context.c
@@ -5,6 +5,7 @@
* Copyright, 2019, by Samuel Williams. All rights reserved.
*/
+#include "ruby/config.h"
#include "Context.h"
void coroutine_trampoline(void * _start, void * _context)