From 95af453ec32eb22079549b0ccd833bc85eaa8c8e 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: http://svn.ruby-lang.org/repos/ruby/trunk@12514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/x68.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/x68.c') diff --git a/missing/x68.c b/missing/x68.c index 8d00d5004..ece840d9c 100644 --- a/missing/x68.c +++ b/missing/x68.c @@ -1,6 +1,6 @@ /* x68 compatibility functions -- follows Ruby's license */ -#include "config.h" +#include "ruby/config.h" #if !HAVE_SELECT #include "x68/select.c" -- cgit