Fix compilation on 6.X.

Approved by:	maintainer
This commit is contained in:
Alex Dupre 2008-07-07 12:36:30 +00:00
parent 47000cbeb9
commit c565016206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216452

View file

@ -0,0 +1,10 @@
--- lib/mount_bsd.c.orig 2008-07-07 08:01:09.000000000 +0200
+++ lib/mount_bsd.c 2008-07-07 08:01:59.000000000 +0200
@@ -10,6 +10,7 @@
#include "fuse_misc.h"
#include "fuse_opt.h"
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/sysctl.h>