Commit fef190ef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sys/mount.h requires sys/param.h on OpenBSD

Pointed-out-by: Taylor Venable
parent 3d428266
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
# include <linux/magic.h> # include <linux/magic.h>
# define HAVE_FSTATFS 1 # define HAVE_FSTATFS 1
#elif defined (HAVE_SYS_MOUNT_H) #elif defined (HAVE_SYS_MOUNT_H)
# include <sys/param.h>
# include <sys/mount.h> # include <sys/mount.h>
# define HAVE_FSTATFS 1 # define HAVE_FSTATFS 1
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment