mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix compile error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d7a535440
commit
395dd7867e
1 changed files with 1 additions and 1 deletions
2
io.c
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue