summaryrefslogtreecommitdiffstats
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
commit987ed5287f605cc78b27877f9af30440f6028089 (patch)
treedf6be67314ec08e081fe21ff23f9fc3936fa2b4f /strftime.c
parent5d571d9f33ff45b8ca2a1cdd4816bc3e510c6e60 (diff)
downloadruby-987ed5287f605cc78b27877f9af30440f6028089.tar.gz
ruby-987ed5287f605cc78b27877f9af30440f6028089.tar.xz
ruby-987ed5287f605cc78b27877f9af30440f6028089.zip
* strftime.c: include ruby/config.h instead of ruby/ruby.h.
* common.mk: removed the old rule for missing/strftime.c. git-svn-id: http://svn.ruby-lang.org/repos/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 28c952714..811173cd7 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>