From 90a0af5667ed608b50a8fc30700d7356484bb5d3 Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Fri, 21 Dec 1990 12:19:50 +0000 Subject: Include time.h for macII also. --- h/zephyr/zephyr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#if defined(_AIX) && defined(_IBMR2) +#if (defined(_AIX) && defined(_IBMR2)) || defined (macII) #include #endif #include -- cgit v1.2.3