From a878bba25483a62161841561bea4968d5d0e0094 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 5 Oct 2025 20:54:14 +0200 Subject: zip: fix gcc 14.x issue --- package/zip/patches/patch-timezone_c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/zip/patches/patch-timezone_c (limited to 'package/zip/patches/patch-timezone_c') diff --git a/package/zip/patches/patch-timezone_c b/package/zip/patches/patch-timezone_c new file mode 100644 index 000000000..9f549df5c --- /dev/null +++ b/package/zip/patches/patch-timezone_c @@ -0,0 +1,10 @@ +--- zip30.orig/timezone.c 2004-11-13 09:35:12.000000000 +0100 ++++ zip30/timezone.c 2025-10-05 03:57:25.603996335 +0200 +@@ -41,6 +41,7 @@ + #include "timezone.h" + #include + #include ++#include + + #ifdef IZTZ_DEFINESTDGLOBALS + long timezone = 0; -- cgit v1.2.3