We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a40e2 commit cb1e176Copy full SHA for cb1e176
1 file changed
ext/vmstat/extconf.rb
@@ -33,7 +33,7 @@
33
if have_func 'statfs'
34
have_struct_member('struct statfs', 'f_type', ['sys/param.h', 'sys/mount.h', 'sys/statfs.h'])
35
have_struct_member('struct statfs', 'f_fstypename', ['sys/param.h', 'sys/mount.h'])
36
-elsif have_func 'statvfs'
+elsif have_func 'statvfs', ['sys/types.h', 'sys/statvfs.h']
37
have_struct_member('struct statvfs', 'f_basetype', ['sys/types.h', 'sys/statvfs.h'])
38
end
39
0 commit comments