mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
10 lines
200 B
C
10 lines
200 B
C
--- fuse-ext2/op_access.c.orig 2015-03-30 23:42:20 UTC
|
|
+++ fuse-ext2/op_access.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include "fuse-ext2.h"
|
|
+#include <unistd.h>
|
|
|
|
int op_access (const char *path, int mask)
|
|
{
|