summaryrefslogtreecommitdiff
path: root/ext/-test-/file/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/file/extconf.rb')
-rw-r--r--ext/-test-/file/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb
index c4cfdadcaf..c1c26f215d 100644
--- a/ext/-test-/file/extconf.rb
+++ b/ext/-test-/file/extconf.rb
@@ -5,6 +5,7 @@ headers = %w[sys/param.h sys/mount.h sys/vfs.h].select {|h| have_header(h)}
if have_type("struct statfs", headers)
have_struct_member("struct statfs", "f_fstypename", headers)
have_struct_member("struct statfs", "f_type", headers)
+ have_struct_member("struct statfs", "f_flags", headers)
end
headers = %w[sys/statvfs.h].select {|h| have_header(h)}