diff options
author | Kenneth G Raeburn <raeburn@mit.edu> | 1990-12-21 12:19:50 +0000 |
---|---|---|
committer | Kenneth G Raeburn <raeburn@mit.edu> | 1990-12-21 12:19:50 +0000 |
commit | 90a0af5667ed608b50a8fc30700d7356484bb5d3 (patch) | |
tree | b5f69d91edad39bc793c2c7afa6c2bf0166383a7 /h | |
parent | 299206d28873e0644f98d813d1242a10da8c4a63 (diff) |
Include time.h for macII also.
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 2 |
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> |