aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 01:43:53 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 01:43:53 +0000
commit701b47740c7a2662d3d41d7107aaa0e638c597aa (patch)
tree2cf6d7512c0e88935fa83dfa6a6aa0a8a0fe9b0b /io.c
parent6112425bb04ebbaa639459a1c24bb643fba99f41 (diff)
downloadruby-701b47740c7a2662d3d41d7107aaa0e638c597aa.tar.gz
fix compile error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index c530c0d6af..6686026ba0 100644
--- a/io.c
+++ b/io.c
@@ -74,7 +74,7 @@
#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