aboutsummaryrefslogtreecommitdiffstats
path: root/strftime.c
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 05:28:25 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 05:28:25 +0000
commita0e3fe5d7cf067bbca1cba92f471e98e6527d138 (patch)
treedf6be67314ec08e081fe21ff23f9fc3936fa2b4f /strftime.c
parent8b7999406ef47af49a8004f054d1bfc4aff3226f (diff)
downloadruby-a0e3fe5d7cf067bbca1cba92f471e98e6527d138.tar.gz
* 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
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>