From db112fc7800d34893666694ad5a55520f2caaaab Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Dec 1996 13:02:21 +0000 Subject: [PATCH] [HAVE_TZNAME]: Declare tzname. Patch from Karl Heuer. --- lib/strftime.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strftime.c b/lib/strftime.c index 716f6530a..5d11f53c3 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -47,6 +47,10 @@ # endif #endif +#if HAVE_TZNAME +extern char *tzname[]; +#endif + /* Do multibyte processing if multibytes are supported, unless multibyte sequences are safe in formats. Multibyte sequences are safe if they cannot contain byte sequences that look like format -- 2.11.0