diff options
Diffstat (limited to 'src/strftime.c')
| -rw-r--r-- | src/strftime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strftime.c b/src/strftime.c index f2a0e08ce9e..462e8a2a6c2 100644 --- a/src/strftime.c +++ b/src/strftime.c | |||
| @@ -52,8 +52,10 @@ | |||
| 52 | # endif | 52 | # endif |
| 53 | #endif | 53 | #endif |
| 54 | #if HAVE_TZNAME | 54 | #if HAVE_TZNAME |
| 55 | #ifndef USE_CRT_DLL | ||
| 55 | extern char *tzname[]; | 56 | extern char *tzname[]; |
| 56 | #endif | 57 | #endif |
| 58 | #endif | ||
| 57 | 59 | ||
| 58 | /* Do multibyte processing if multibytes are supported, unless | 60 | /* Do multibyte processing if multibytes are supported, unless |
| 59 | multibyte sequences are safe in formats. Multibyte sequences are | 61 | multibyte sequences are safe in formats. Multibyte sequences are |