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 | 2cb9ebd55d355263a8679539fc11ec9ba0b3df1d (patch) | |
tree | ea34971108d5ed4961989f74702941c69d6a7800 /missing/dup2.c | |
parent | 79a74f5ec19b67798e2b8a5860ed6eb6d9828d31 (diff) | |
download | bundler-2cb9ebd55d355263a8679539fc11ec9ba0b3df1d.tar.gz |
* 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
Diffstat (limited to 'missing/dup2.c')
-rw-r--r-- | missing/dup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/dup2.c b/missing/dup2.c index 00d8145976..7554084c5d 100644 --- a/missing/dup2.c +++ b/missing/dup2.c @@ -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> |