From 77a23fba355e5303da1182255bef800ee6acc468 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 19 Nov 2004 16:59:11 +0000 Subject: * string.c (str_gsub): internal buffer should not be listed by ObjectSpace.each_object() by String#gsub. [ruby-dev:24931] * lib/cgi/session.rb (CGI::Session::FileStore::initialize): raise exception if data corresponding to session specified from the client does not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubyio.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rubyio.h') diff --git a/rubyio.h b/rubyio.h index 3ae67b2762..200232939f 100644 --- a/rubyio.h +++ b/rubyio.h @@ -16,6 +16,10 @@ #include #include +#if defined(HAVE_STDIO_EXT_H) +#include +#endif + typedef struct OpenFile { FILE *f; /* stdio ptr for read/write */ FILE *f2; /* additional ptr for rw pipes */ -- cgit v1.2.3