summaryrefslogtreecommitdiff
path: root/filesystems/fuse-afpfs-ng/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-afpfs-ng/patches/patch-aa')
-rw-r--r--filesystems/fuse-afpfs-ng/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/fuse-afpfs-ng/patches/patch-aa b/filesystems/fuse-afpfs-ng/patches/patch-aa
new file mode 100644
index 00000000000..ab2d8d4fe4f
--- /dev/null
+++ b/filesystems/fuse-afpfs-ng/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2008/02/28 19:43:00 agc Exp $
+
+--- fuse/daemon.c 2008/02/27 23:58:04 1.1
++++ fuse/daemon.c 2008/02/27 23:59:04
+@@ -4,6 +4,8 @@
+ * Copyright (C) 2006 Alex deVries
+ *
+ */
++#include <sys/types.h>
++#include <sys/param.h>
+
+ #include <stdio.h>
+ #include <string.h>