aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse3/add-includes.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 10:33:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 10:33:09 +0000
commit5738daad4098ce30c8602f8b4b27fb1ec54e8e2b (patch)
tree03a1a452e2b120e233b35a3fa31b9638030beff7 /main/fuse3/add-includes.patch
parenta99a746a16f9442a37d2cd27e5f6216a358c721c (diff)
downloadaports-5738daad4098ce30c8602f8b4b27fb1ec54e8e2b.tar.bz2
aports-5738daad4098ce30c8602f8b4b27fb1ec54e8e2b.tar.xz
main/fuse3: attempt to fix build on ppc64le
Diffstat (limited to 'main/fuse3/add-includes.patch')
-rw-r--r--main/fuse3/add-includes.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/fuse3/add-includes.patch b/main/fuse3/add-includes.patch
new file mode 100644
index 0000000000..5310b52a9e
--- /dev/null
+++ b/main/fuse3/add-includes.patch
@@ -0,0 +1,12 @@
+diff --git a/example/passthrough.c b/example/passthrough.c
+index 6de9fc1..ef4056e 100644
+--- a/example/passthrough.c
++++ b/example/passthrough.c
+@@ -44,6 +44,7 @@
+ #include <sys/stat.h>
+ #include <dirent.h>
+ #include <errno.h>
++#include <limits.h>
+ #ifdef __FreeBSD__
+ #include <sys/socket.h>
+ #include <sys/un.h>