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/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/alloca.c') diff --git a/missing/alloca.c b/missing/alloca.c index 39697f114a..067f76b183 100644 --- a/missing/alloca.c +++ b/missing/alloca.c @@ -29,7 +29,7 @@ static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */ #endif -#include "config.h" +#include "ruby/config.h" #ifdef emacs #ifdef static /* actually, only want this if static is defined as "" -- cgit v1.2.3