ports/sysutils/fusefs-fusexmp_fh/files/patch-lib_mount_bsd.c
Li-Wen Hsu 37bd4f91cc - Fix build for FreeBSD-6 by importing libfuse-libs patches
Submitted by:	<buganini AT gmail.com> (maintainer)
2010-08-28 23:04:37 +00:00

10 lines
279 B
C

--- 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>