summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strftime.c b/missing/strftime.c
index 07d2ed10d9..02fdc5ade4 100644
--- a/missing/strftime.c
+++ b/missing/strftime.c
@@ -118,7 +118,7 @@ extern char *strchr();
#if !defined(OS2) && !defined(MSDOS) && defined(HAVE_TZNAME)
extern char *tzname[2];
extern int daylight;
-#ifdef SOLARIS
+#if defined SOLARIS || defined __hpux
extern long timezone, altzone;
#else
extern int timezone, altzone;