[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / support / sys-statvfs.c
index 2096dcff251671ef4068bcba1c47b9f6558c4b19..e03152a773d95d4f12fe1fc7ad78b240b1cb8f60 100644 (file)
@@ -25,7 +25,9 @@
 #endif /* def HAVE_SYS_STATVFS_H */
 
 #ifdef HAVE_GETFSSTAT
+#ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
+#endif
 #include <sys/ucred.h>
 #include <sys/mount.h>
 #include <unistd.h>     /* for pathconf */