From a0e3fe5d7cf067bbca1cba92f471e98e6527d138 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 21 Aug 2008 05:28:25 +0000 Subject: * strftime.c: include ruby/config.h instead of ruby/ruby.h. * common.mk: removed the old rule for missing/strftime.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strftime.c') diff --git a/strftime.c b/strftime.c index 28c9527140..811173cd7b 100644 --- a/strftime.c +++ b/strftime.c @@ -45,7 +45,7 @@ * January 1996 */ -#include "ruby/ruby.h" +#include "ruby/config.h" #ifndef GAWK #include -- cgit v1.2.3