From 90b53f4c29dd845140175943263b9c67995324c4 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Mon, 11 Jan 2021 09:21:07 +0900 Subject: Avoid including `presym.inc` in existing header files Addressed an issue where existing programs linking `libmruby.a` could only be built by adding `/include` to compiler's include path. --- src/proc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proc.c') diff --git a/src/proc.c b/src/proc.c index 68ca941c3..e09fcb5b7 100644 --- a/src/proc.c +++ b/src/proc.c @@ -9,6 +9,7 @@ #include #include #include +#include static const mrb_code call_iseq[] = { OP_CALL, -- cgit v1.2.3