summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c
index 5d11f53c3..64c076465 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -47,7 +47,7 @@
# endif
#endif
-#if HAVE_TZNAME
+#if HAVE_TZNAME || defined __LIBC
extern char *tzname[];
#endif