From 9e6e39c3512f7a962c44dc3729c98a0f8be90341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 8 Apr 2020 13:28:13 +0900 Subject: Merge pull request #2991 from shyouhei/ruby.h Split ruby.h --- missing/dup2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/dup2.c') diff --git a/missing/dup2.c b/missing/dup2.c index 7554084c5d..6d1dea304a 100644 --- a/missing/dup2.c +++ b/missing/dup2.c @@ -11,7 +11,7 @@ * Return fd2 if all went well; return BADEXIT otherwise. */ -#include "ruby/config.h" +#include "ruby/3/config.h" #if defined(HAVE_FCNTL) # include -- cgit v1.2.3