blob: 9f549df5c011cfaa79f341b820a0a313a7d1c06d (
plain)
1
2
3
4
5
6
7
8
9
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 <ctype.h>
#include <errno.h>
+#include <time.h>
#ifdef IZTZ_DEFINESTDGLOBALS
long timezone = 0;
|