summaryrefslogtreecommitdiff
path: root/elsie.nci.nih.gov/src/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'elsie.nci.nih.gov/src/strftime.c')
-rw-r--r--elsie.nci.nih.gov/src/strftime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elsie.nci.nih.gov/src/strftime.c b/elsie.nci.nih.gov/src/strftime.c
index 7a139bd..f75f9fd 100644
--- a/elsie.nci.nih.gov/src/strftime.c
+++ b/elsie.nci.nih.gov/src/strftime.c
@@ -106,7 +106,9 @@ static char * _fmt(const char *, const struct tm *, char *, const char *,
int *);
static char * _yconv(int, int, bool, bool, char *, char const *);
+#if !HAVE_POSIX_DECLS
extern char * tzname[];
+#endif
#ifndef YEAR_2000_NAME
#define YEAR_2000_NAME "CHECK_STRFTIME_FORMATS_FOR_TWO_DIGIT_YEARS"