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

* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,

missing/alloca.c: use "ruby/config.h".


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-06-10 09:30:55 +00:00
parent 79a74f5ec1
commit 2cb9ebd55d
6 changed files with 10 additions and 5 deletions

View file

@ -11,7 +11,7 @@
* Return fd2 if all went well; return BADEXIT otherwise.
*/
#include "config.h"
#include "ruby/config.h"
#if defined(HAVE_FCNTL)
# include <fcntl.h>