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/tgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/tgamma.c') diff --git a/missing/tgamma.c b/missing/tgamma.c index 6260e4f519..bfcc140443 100644 --- a/missing/tgamma.c +++ b/missing/tgamma.c @@ -9,7 +9,7 @@ reference - Haruhiko Okumura: C-gengo niyoru saishin algorithm jiten /*********************************************************** gamma.c -- Gamma function ***********************************************************/ -#include "ruby/config.h" +#include "ruby/3/config.h" #include "ruby/missing.h" #include #include -- cgit v1.2.1