libfilezilla: fix musl build

This commit is contained in:
Đoàn Trần Công Danh 2025-08-12 13:07:46 +07:00
parent c2f0ddf236
commit 1566cbe2cc
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- 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 {

View file

@ -0,0 +1 @@
site='https://lib.filezilla-project.org/download.php'