summaryrefslogtreecommitdiff
path: root/missing/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strftime.c')
-rw-r--r--missing/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strftime.c b/missing/strftime.c
index 85d2e23c..58ba20ca 100644
--- a/missing/strftime.c
+++ b/missing/strftime.c
@@ -92,7 +92,7 @@ adddecl(static int iso8601wknum(const struct tm *timeptr);)
#define range(low, item, hi) max(low, min(item, hi))
-#if !defined(MSDOS) && !defined(TZNAME_MISSING)
+#if !defined(OS2) && !defined(MSDOS) && !defined(TZNAME_MISSING)
extern char *tzname[2];
extern int daylight;
#endif