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
commit395dd7867e62fde1aada773adad00cd07397c5de (patch)
tree2cf6d7512c0e88935fa83dfa6a6aa0a8a0fe9b0b /io.c
parent3d7a53544088de3b9bacbc298287f231bde4dbaf (diff)
downloadruby-395dd7867e62fde1aada773adad00cd07397c5de.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