From c38c2d8ee26c70300e2e0a4eec867273a8520579 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 28 Jul 2021 16:40:02 +0900 Subject: Moved exported symbols in internal/util.h to ruby/util.h [Feature #18051] --- strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strftime.c') diff --git a/strftime.c b/strftime.c index 17cfed1dda..4451fe3c6b 100644 --- a/strftime.c +++ b/strftime.c @@ -67,10 +67,10 @@ #include "internal.h" #include "internal/string.h" -#include "internal/util.h" #include "internal/vm.h" #include "ruby/encoding.h" #include "ruby/ruby.h" +#include "ruby/util.h" #include "timev.h" /* defaults: season to taste */ -- cgit v1.2.3