summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-21 12:19:50 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-12-21 12:19:50 +0000
commit90a0af5667ed608b50a8fc30700d7356484bb5d3 (patch)
treeb5f69d91edad39bc793c2c7afa6c2bf0166383a7 /h/zephyr/zephyr.h
parent299206d28873e0644f98d813d1242a10da8c4a63 (diff)
Include time.h for macII also.
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 82c5e6b..eedbee2 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -21,7 +21,7 @@
#include <errno.h>
#include <sys/types.h>
-#if defined(_AIX) && defined(_IBMR2)
+#if (defined(_AIX) && defined(_IBMR2)) || defined (macII)
#include <time.h>
#endif
#include <sys/time.h>