diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-10 09:30:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-10 09:30:55 +0000 |
| commit | 95af453ec32eb22079549b0ccd833bc85eaa8c8e (patch) | |
| tree | ea34971108d5ed4961989f74702941c69d6a7800 /missing/strtod.c | |
| parent | 4bc4f9543a285a1cf3ab563a9e40dc33c522aa8f (diff) | |
| download | ruby-95af453ec32eb22079549b0ccd833bc85eaa8c8e.tar.gz ruby-95af453ec32eb22079549b0ccd833bc85eaa8c8e.tar.xz ruby-95af453ec32eb22079549b0ccd833bc85eaa8c8e.zip | |
* missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,
missing/alloca.c: use "ruby/config.h".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/strtod.c')
| -rw-r--r-- | missing/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strtod.c b/missing/strtod.c index fdccd4808..ce1c0f6d4 100644 --- a/missing/strtod.c +++ b/missing/strtod.c @@ -17,7 +17,7 @@ * RCS: @(#) $Id$ */ -#include "config.h" +#include "ruby/config.h" #ifdef HAVE_STDLIB_H # include <stdlib.h> #endif |
