ruby-changes:40084
From: kosaki <ko1@a...>
Date: Sun, 18 Oct 2015 10:44:00 +0900 (JST)
Subject: [ruby-changes:40084] kosaki:r52165 (trunk): fix compile error
kosaki 2015-10-18 10:43:53 +0900 (Sun, 18 Oct 2015) New Revision: 52165 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52165 Log: fix compile error Modified files: trunk/io.c Index: io.c =================================================================== --- io.c (revision 52164) +++ io.c (revision 52165) @@ -74,7 +74,7 @@ https://github.com/ruby/ruby/blob/trunk/io.c#L74 #include <sys/stat.h> -#if defined(HAVE_SYS_PARAM_H) || defined(__HIUX_MPP__)) +#if defined(HAVE_SYS_PARAM_H) || defined(__HIUX_MPP__) # include <sys/param.h> #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/