1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c
Alex Dupre c565016206 Fix compilation on 6.X.
Approved by:	maintainer
2008-07-07 12:36:30 +00:00

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