summaryrefslogtreecommitdiff
path: root/ext/-test-/file/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/file/fs.c')
-rw-r--r--ext/-test-/file/fs.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/param.h>
+#endif
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#endif