Commit a6fb7aec 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
(cherry picked from commit fef190ef)
parent a2ecaa66
......@@ -52,6 +52,7 @@
# include <linux/magic.h>
# define HAVE_FSTATFS 1
#elif defined (HAVE_SYS_MOUNT_H)
# include <sys/param.h>
# include <sys/mount.h>
# define HAVE_FSTATFS 1
#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