From a96034cf101fd8623a854662a93e77a2ccbd6b0b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 12 Apr 2015 00:01:11 +0000 Subject: * ext/-test-/file/fs.c: OpenBSD needs sys/param.h before sys/mount.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/file/fs.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/-test-/file') diff --git a/ext/-test-/file/fs.c b/ext/-test-/file/fs.c index 1ab067e1b2..f0be84ad3b 100644 --- a/ext/-test-/file/fs.c +++ b/ext/-test-/file/fs.c @@ -1,6 +1,9 @@ #include "ruby/ruby.h" #include "ruby/io.h" +#ifdef HAVE_SYS_PARAM_H +#include +#endif #ifdef HAVE_SYS_MOUNT_H #include #endif -- cgit v1.2.3