mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Closes: https://bugs.gentoo.org/966066 Closes: https://github.com/gentoo/gentoo/pull/44933 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Yixun Lan <dlan@gentoo.org>
13 lines
220 B
Diff
13 lines
220 B
Diff
Bug: https://bugs.gentoo.org/966066
|
|
|
|
--- a/lib/local_filesys.cpp
|
|
+++ b/lib/local_filesys.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <utime.h>
|
|
+#include <limits.h>
|
|
#endif
|
|
|
|
namespace fz {
|