diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 10:33:06 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 10:33:09 +0000 |
| commit | 5738daad4098ce30c8602f8b4b27fb1ec54e8e2b (patch) | |
| tree | 03a1a452e2b120e233b35a3fa31b9638030beff7 /main/fuse3/add-includes.patch | |
| parent | a99a746a16f9442a37d2cd27e5f6216a358c721c (diff) | |
| download | aports-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.patch | 12 |
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> |
