1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
shugo 2008-08-21 05:28:25 +00:00
parent 8b7999406e
commit a0e3fe5d7c
3 changed files with 7 additions and 2 deletions

View file

@ -45,7 +45,7 @@
* January 1996
*/
#include "ruby/ruby.h"
#include "ruby/config.h"
#ifndef GAWK
#include <stdio.h>