summaryrefslogtreecommitdiff
path: root/net-fs/s3fs/files/s3fs-1.90-musl-fix.patch
blob: bb746e54aa9ad5bdbb46678d4cc1f0ac5dd68872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Upstream-issue: https://github.com/s3fs-fuse/s3fs-fuse/pull/1888
Upstream-commit: 4dfe2bfdd742 ("Include climits to support musl libc")

diff --git a/src/fdcache.cpp b/src/fdcache.cpp
index 3ececd3..3ad876d 100644
--- a/src/fdcache.cpp
+++ b/src/fdcache.cpp
@@ -21,6 +21,7 @@
 #include <cstdio>
 #include <cstdlib>
 #include <cerrno>
+#include <climits>
 #include <unistd.h>
 #include <sys/types.h>
 #include <dirent.h>
-- 
2.34.1