From 2cb9ebd55d355263a8679539fc11ec9ba0b3df1d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jun 2007 09:30:55 +0000 Subject: * 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 --- missing/dup2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/dup2.c') 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 -- cgit v1.2.3